mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2025-09-06 12:03:03 +02:00
add lastmod support
This commit is contained in:
@ -19,6 +19,9 @@
|
||||
{{- partial "edit_post.html" . -}}
|
||||
{{- partial "post_canonical.html" . -}}
|
||||
</div>
|
||||
<div class="post-meta">
|
||||
{{- partial "post_lastmod.html" . -}}
|
||||
</div>
|
||||
{{- end }}
|
||||
</header>
|
||||
{{- $isHidden := .Params.cover.hidden | default site.Params.cover.hiddenInSingle | default site.Params.cover.hidden }}
|
||||
|
Reference in New Issue
Block a user