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