hugo-theme-hello-friend/layouts/partials/lastmod.html
2019-11-30 13:18:09 +07:00

7 lines
227 B
HTML

{{ if gt .Lastmod .Date }}
{{ with .Lastmod }}
<span class="post-moddate">
({{ $.Site.Params.LastModDisplay }} {{ .Format ($.Site.Params.DateFormatSingle | default "2006-01-02") }})
</span>
{{ end }}
{{ end }}