add lastmod support

This commit is contained in:
Wonderfall
2022-08-23 17:02:53 +02:00
parent f625367ff7
commit ddaf94cd3d
2 changed files with 9 additions and 0 deletions

View File

@ -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 }}