Show post author if provided

This commit is contained in:
Caio Lente 2023-10-17 15:49:40 -03:00
parent bf804a0814
commit 88edea7e8a
No known key found for this signature in database
GPG Key ID: E66D381776EFC03A

View File

@ -6,6 +6,7 @@
<time datetime='{{ .Date.Format "2006-01-02" }}' pubdate>
{{ .Date.Format (default "2006-01-02" .Site.Params.dateFormat) }}
</time>
{{ with .Params.author }}· {{.}}{{ end }}
</i>
</p>
{{ end }}