From 0a799ab92d4159ddf5e6386b3cf7b15e836962f0 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 10 Feb 2025 20:49:13 -0800 Subject: [PATCH] Remove unneeded div --- layouts/partials/paige/page.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/layouts/partials/paige/page.html b/layouts/partials/paige/page.html index c06e9e23..4296aa73 100644 --- a/layouts/partials/paige/page.html +++ b/layouts/partials/paige/page.html @@ -44,14 +44,12 @@ {{ $class = delimit ($class | uniq | sort) " " }} -
-
- {{ partial "paige/page-header.html" $page }} +
+ {{ partial "paige/page-header.html" $page }} - {{ with $content }} -
{{ . | safeHTML }}
- {{ end }} + {{ with $content }} +
{{ . | safeHTML }}
+ {{ end }} - {{ partial "paige/page-footer.html" $page }} -
+ {{ partial "paige/page-footer.html" $page }}