Rename header-last.html to site-header-last.html

This commit is contained in:
Will Faught
2024-07-12 18:16:31 -07:00
parent 8fd4a7aa13
commit e63ace5f74
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
{{ $basepath := path.Clean (urls.Parse (relLangURL "")).Path }}
{{ $description := $page.Param "paige.site_description" | markdownify }}
{{ $first := templates.Exists "partials/paige/site-header-first.html" }}
{{ $last := templates.Exists "partials/paige/header-last.html" }}
{{ $last := templates.Exists "partials/paige/site-header-last.html" }}
{{ $links := false }}
{{ $menu := site.Menus.main }}
{{ $pills := false }}
@@ -103,7 +103,7 @@
{{ end }}
{{ if $last }}
{{ partial "paige/header-last.html" $page }}
{{ partial "paige/site-header-last.html" $page }}
{{ end }}
</header>
{{ end }}