From bc9e46d544d8e7891b2b64d6a741e020616b019e Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 12 Jul 2024 18:09:49 -0700 Subject: [PATCH] Remove container for site description, title --- layouts/partials/paige/site-header.html | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/layouts/partials/paige/site-header.html b/layouts/partials/paige/site-header.html index f3c00e94..b55f5289 100644 --- a/layouts/partials/paige/site-header.html +++ b/layouts/partials/paige/site-header.html @@ -38,16 +38,12 @@ {{ partial "paige/header-first.html" $page }} {{ end }} - {{ if or $description $title }} -
- {{ with $title }} -

{{ . | markdownify }}

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

{{ . | markdownify }}

- {{ end }} -
+ {{ with $title }} +

{{ . | markdownify }}

+ {{ end }} + + {{ with $description }} +

{{ . | markdownify }}

{{ end }} {{ with $menu }}