mirror of
https://github.com/Roslund/sthlm-mesh.git
synced 2026-03-28 17:43:02 +01:00
fix senast ändrad av
This commit is contained in:
@@ -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
layouts/partials/page-meta-lastmod.html
Normal file
5
layouts/partials/page-meta-lastmod.html
Normal 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 -}}
|
||||
Reference in New Issue
Block a user