Move site footer, header inside main tags

This commit is contained in:
Will Faught
2024-07-12 16:23:53 -07:00
parent 6b25fad5c5
commit 081c3eda03
2 changed files with 3 additions and 5 deletions

View File

@@ -29,7 +29,7 @@
{{ end }}
{{ if or $page.Ancestors site.Menus.main }}
<header class="mt-3" id="paige-header">
<header class="my-3" id="paige-header">
{{ if templates.Exists "partials/paige/header-first.html" }}
{{ partial "paige/header-first.html" $page }}
{{ end }}