diff --git a/README.md b/README.md index 8d142213..1a0e2b89 100644 --- a/README.md +++ b/README.md @@ -818,8 +818,6 @@ then replace that use of `paige/metadata.html` with your own design. These optional CSS names can be defined how you want:
-
#paige-container
-
The outermost element in the body.
#paige-copyright
The copyright in the footer.
#paige-credit
@@ -834,6 +832,8 @@ These optional CSS names can be defined how you want:
The page list in the list and term layouts.
#paige-pagination
The pagination links in the list and term layouts.
+
#paige-root
+
The outermost element in the body.
.paige-article
The page article.
.paige-authors
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 350a7c73..21fbcaab 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -13,7 +13,7 @@ {{ partial "paige/body-first.html" $page }} {{ end }} -
+
{{ partial "paige/header.html" $page }}