From 6f8005d4af11b80cdd6f67286e8e5375a4169745 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 28 Feb 2025 19:00:58 -0800 Subject: [PATCH] Center page title, description --- layouts/partials/paige/page-header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/paige/page-header.html b/layouts/partials/paige/page-header.html index e438291b..b991a9c0 100644 --- a/layouts/partials/paige/page-header.html +++ b/layouts/partials/paige/page-header.html @@ -26,11 +26,11 @@ {{ partial "paige/func-include.html" (dict "name" "page-header-first%s.html" "page" $page) | safeHTML }} {{ with $title }} -

{{ if $link }}{{ . }}{{ else }}{{ . }}{{ end }}

+

{{ if $link }}{{ . }}{{ else }}{{ . }}{{ end }}

{{ end }} {{ with $description }} -

{{ . }}

+

{{ . }}

{{ end }} {{ if or $authors $date $keywords $time $series }}