From aca987d255b3a3a700c0a97e930d56fba63866fc Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 14 Feb 2025 13:11:52 -0800 Subject: [PATCH] Fall back to author page title --- layouts/partials/paige/schema.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/paige/schema.html b/layouts/partials/paige/schema.html index a97271de..90c85b77 100644 --- a/layouts/partials/paige/schema.html +++ b/layouts/partials/paige/schema.html @@ -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 }}