Rename header-first.html to site-header-first.html

This commit is contained in:
Will Faught
2024-07-12 18:15:09 -07:00
parent 1cc634b02e
commit 8fd4a7aa13
2 changed files with 16 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
{{ $ancestors := $page.Ancestors }}
{{ $basepath := path.Clean (urls.Parse (relLangURL "")).Path }}
{{ $description := $page.Param "paige.site_description" | markdownify }}
{{ $first := templates.Exists "partials/paige/header-first.html" }}
{{ $first := templates.Exists "partials/paige/site-header-first.html" }}
{{ $last := templates.Exists "partials/paige/header-last.html" }}
{{ $links := false }}
{{ $menu := site.Menus.main }}
@@ -35,7 +35,7 @@
{{ if or $ancestors $description $first $last $menu $title }}
<header class="my-3" id="paige-site-header">
{{ if $first }}
{{ partial "paige/header-first.html" $page }}
{{ partial "paige/site-header-first.html" $page }}
{{ end }}
{{ with $title }}