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