Add margin above title if no header

This commit is contained in:
Will Faught
2023-03-24 22:02:27 -07:00
parent 4a6374f460
commit 53a30a4c3e
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{{ $page := . }}
{{ if or $page.Ancestors site.Menus.main }}
<header 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 }}