Merge pull request #6 from ThatKalle/fix-uglyworkaround

fix: senast ändrad text
This commit is contained in:
Anton Roslund
2025-03-16 21:15:20 +01:00
committed by GitHub
2 changed files with 5 additions and 6 deletions
-6
View File
@@ -18,12 +18,6 @@ Might want to allow editing
/* Change the color of the doc rightside sidebar links */
.td-sidebar-toc a { color: grey !important; }
/*
Hide links to the last change commit.
Ugly workaround that leves to colon ":"
*/
.td-page-meta__lastmod a { display: none; }
/* Formating of inline <code> blocks */
code {
background-color: #f0f0f0;
+5
View File
@@ -0,0 +1,5 @@
{{ if and .GitInfo .Site.Params.github_repo -}}
<div class="td-page-meta__lastmod">
{{ T "post_last_mod" }} {{ .Lastmod.Format .Site.Params.time_format_default -}}
</div>
{{ end -}}