fix senast ändrad av

This commit is contained in:
Kalle
2025-03-07 12:07:36 +00:00
parent b081289dce
commit 3dd3a3548b
2 changed files with 5 additions and 6 deletions

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;

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 -}}