Fix author name place

This commit is contained in:
Will Faught
2025-02-14 13:09:00 -08:00
parent c024021916
commit 33fd7842ee

View File

@@ -8,7 +8,7 @@
{{ $keywords := partial "paige/func-keywords.html" $page }}
{{ range $authors }}
{{ $author = $author | append (.Params.name | default (.Title | markdownify | plainify | htmlUnescape)) }}
{{ $author = $author | append (.Params.paige.author.name | default (.Title | markdownify | plainify | htmlUnescape)) }}
{{ end }}
{{ $author = delimit $author ", " }}