From a32859ba9237ed37c8b802290eab833e1b21170f Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 12 Jul 2024 22:46:51 -0700 Subject: [PATCH] Fix page header margins --- layouts/partials/paige/page-header.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/paige/page-header.html b/layouts/partials/paige/page-header.html index f7c42e3f..66501206 100644 --- a/layouts/partials/paige/page-header.html +++ b/layouts/partials/paige/page-header.html @@ -24,7 +24,7 @@ {{ end }} {{ if or $authors $date $keywords $readingtime $series }} -
+
{{ with $keywords }}

{{ range $i, $term := . -}} @@ -74,11 +74,11 @@ {{ end }} {{ with $page.Param "paige.alert" }} -

+ {{ end }} {{ if and $page.Content (ne $page.TableOfContents ``) }} -
+
{{ $page.TableOfContents }}