diff --git a/README.md b/README.md index 582e89f3..a7d1fc19 100644 --- a/README.md +++ b/README.md @@ -1021,8 +1021,6 @@ Page identifiers:
The file history link.
#paige-footer
The footer.
-
#paige-header
-
The header.
#paige-keywords
The keywords.
#paige-license
@@ -1062,7 +1060,7 @@ Page identifiers:
#paige-site-footer
The container of the site copyright, license, and credit.
#paige-site-header
-
The container of the site title and description.
+
The site header that contains the site title, description, menu, and breadcrumbs.
#paige-site-title
The site title.
#paige-title
diff --git a/layouts/partials/paige/site-header.html b/layouts/partials/paige/site-header.html index b9fffd84..f3c00e94 100644 --- a/layouts/partials/paige/site-header.html +++ b/layouts/partials/paige/site-header.html @@ -33,13 +33,13 @@ {{ end }} {{ if or $ancestors $description $first $last $menu $title }} -
+
{{ if $first }} {{ partial "paige/header-first.html" $page }} {{ end }} {{ if or $description $title }} -
+
{{ with $title }}

{{ . | markdownify }}

{{ end }}