This commit is contained in:
2025-07-11 23:05:56 +00:00
parent 702211b68a
commit fe2768af8c
3 changed files with 4 additions and 3 deletions

View File

@@ -5,8 +5,8 @@
{{ if .Description }}<p>{{ .Description }}</p>{{ end }}
{{ partial "taxo_of_single.html" . }}
{{ if .Lastmod }}
<div class="pub-date">
mtime={{ .Lastmod.Format .Site.Params.dateFormat }}
<div class="status">
<span class="mtime">mtime={{ .Lastmod.Format .Site.Params.dateFormat }}</span>
archived={{ default false .Params.archived }}
words={{ .WordCount }}
</div>