mirror of
https://github.com/yrzam/yrzam-hugo-theme.git
synced 2025-07-31 10:45:13 +00:00
fix
This commit is contained in:
parent
fe2768af8c
commit
c854afa1ee
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user