This commit is contained in:
Yuri Zamyatin 2025-07-11 23:15:29 +00:00
parent fe2768af8c
commit c854afa1ee

View File

@ -6,7 +6,7 @@
{{ partial "taxo_of_single.html" . }}
{{ if .Lastmod }}
<div class="status">
<span class="mtime">mtime={{ .Lastmod.Format .Site.Params.dateFormat }}</span>
mtime=<span class="mtime">{{ .Lastmod.Format .Site.Params.dateFormat }}</span>
archived={{ default false .Params.archived }}
words={{ .WordCount }}
</div>