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" . }} {{ partial "taxo_of_single.html" . }}
{{ if .Lastmod }} {{ if .Lastmod }}
<div class="status"> <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 }} archived={{ default false .Params.archived }}
words={{ .WordCount }} words={{ .WordCount }}
</div> </div>