Only process page title

master
Will Faught 5 months ago
parent 8ec197ba78
commit c024021916

@ -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 ", " }}

Loading…
Cancel
Save