Rename header-last.html to site-header-last.html
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user