Rename paige-pages to paige-subpages

master
Will Faught 5 months ago
parent 20798f3a3a
commit ccadbf724d

@ -1150,10 +1150,10 @@ Page identifiers:
<dd>The page header that contains the page title, description, metadata, and table of contents.</dd>
<dt><code>#paige-page-title</code></dt>
<dd>The page title.</dd>
<dt><code>#paige-pages</code></dt>
<dt><code>#paige-subpages</code></dt>
<dd>The page sub-pages.</dd>
<dt><code>#paige-pages-header</code></dt>
<dd>The page sub-pages header.</dd>
<dt><code>#paige-subpages-header</code></dt>
<dd>The page subpages header.</dd>
<dt><code>#paige-pagination</code></dt>
<dd>The pagination of sub-pages.</dd>
<dt><code>#paige-prev</code></dt>

@ -4,7 +4,7 @@
{{ partial "paige/page.html" $page }}
{{ with $page.Pages }}
<div id="paige-pages">
<div id="paige-subpages">
<ul class="list-inline text-center">
{{ range (sort . "Title") }}
<li class="list-inline-item">

@ -102,9 +102,9 @@
{{ end }}
{{ with $pages }}
<div id="paige-pages">
<div id="paige-subpages">
{{ if or $collections $sections }}
<h2 class="h5 text-center" id="paige-pages-header">{{ i18n "paige_pages" }}</h2>
<h2 class="h5 text-center" id="paige-subpages-header">{{ i18n "paige_pages" }}</h2>
{{ end }}
{{ $pager := $page.Paginate . }}

Loading…
Cancel
Save