Skip to content

Commit

Permalink
Blog: Fix author name in meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
cal0pteryx committed Mar 28, 2024
1 parent bd36f3b commit 7232e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/xmpp-providers/layouts/partials/post-meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
{{ if .Params.author }}
&nbsp;|&nbsp;<i class="fas fa-user"></i>&nbsp;{{ .Params.author | safeHTML }}
{{ else }}
&nbsp;|&nbsp;<i class="fas fa-user"></i>&nbsp;{{ .Site.Author.name | safeHTML }}
&nbsp;|&nbsp;<i class="fas fa-user"></i>&nbsp;{{ .Site.Params.author.name | safeHTML }}
{{ end }}
</span>

0 comments on commit 7232e0f

Please sign in to comment.