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