Add author param and display it

This commit is contained in:
2021-10-26 14:27:37 -05:00
parent d393d9eef9
commit 9e5a8e6785
4 changed files with 13 additions and 1 deletions

View File

@ -20,6 +20,13 @@
{{ end }}
{{ end }}
{{ with .Params.author }}
<span class="post-meta-item">
{{ partial "icon.html" "user" }}
{{ . }}
</span>
{{ end }}
{{ if .IsTranslated }}
<span class="post-meta-item">
{{ partial "icon.html" "globe" }}