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 }}