mirror of
https://github.com/yrzam/yrzam-hugo-theme.git
synced 2025-12-11 10:19:05 +00:00
fix
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user