Fall back to author page title

This commit is contained in:
Will Faught
2025-02-14 13:11:52 -08:00
parent 23121f6ae7
commit aca987d255

View File

@@ -64,7 +64,7 @@
{{ range $authors }}
{{ $email := .Params.paige.author.email }}
{{ $name := .Params.paige.author.name }}
{{ $name := .Params.paige.author.name | default (.Title | markdownify | plainify | htmlUnescape) }}
{{ $url := .Params.paige.author.url }}
{{ if or $email $name $url }}