Only process page title

This commit is contained in:
Will Faught
2025-02-14 13:07:18 -08:00
parent 8ec197ba78
commit c024021916

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.name | default (.Title | markdownify | plainify | htmlUnescape)) }}
{{ end }}
{{ $author = delimit $author ", " }}