Use author name with title fallback for author meta
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
{{ $keywords := slice }}
|
{{ $keywords := slice }}
|
||||||
|
|
||||||
{{ range $authors }}
|
{{ range $authors }}
|
||||||
{{ $author = $author | append (.Title | markdownify | plainify | htmlUnescape) }}
|
{{ $author = $author | append (.Params.name | default .Title | markdownify | plainify | htmlUnescape) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ $author = delimit $author ", " }}
|
{{ $author = delimit $author ", " }}
|
||||||
|
Reference in New Issue
Block a user