Rename #paige-container to #paige-root

master
Will Faught 2 years ago
parent 1347f1c7ef
commit 71f80c7bbe

@ -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: These optional CSS names can be defined how you want:
<dl> <dl>
<dt><code>#paige-container</code></dt>
<dd>The outermost element in the body.</dd>
<dt><code>#paige-copyright</code></dt> <dt><code>#paige-copyright</code></dt>
<dd>The copyright in the footer.</dd> <dd>The copyright in the footer.</dd>
<dt><code>#paige-credit</code></dt> <dt><code>#paige-credit</code></dt>
@ -834,6 +832,8 @@ These optional CSS names can be defined how you want:
<dd>The page list in the list and term layouts.</dd> <dd>The page list in the list and term layouts.</dd>
<dt><code>#paige-pagination</code></dt> <dt><code>#paige-pagination</code></dt>
<dd>The pagination links in the list and term layouts.</dd> <dd>The pagination links in the list and term layouts.</dd>
<dt><code>#paige-root</code></dt>
<dd>The outermost element in the body.</dd>
<dt><code>.paige-article</code></dt> <dt><code>.paige-article</code></dt>
<dd>The page article.</dd> <dd>The page article.</dd>
<dt><code>.paige-authors</code></dt> <dt><code>.paige-authors</code></dt>

@ -13,7 +13,7 @@
{{ partial "paige/body-first.html" $page }} {{ partial "paige/body-first.html" $page }}
{{ end }} {{ end }}
<div class="container flex-fill" id="paige-container"> <div class="container flex-fill" id="paige-root">
<div class="row"> <div class="row">
<div class="col"> <div class="col">
{{ partial "paige/header.html" $page }} {{ partial "paige/header.html" $page }}

Loading…
Cancel
Save