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> <dd>The page header that contains the page title, description, metadata, and table of contents.</dd>
<dt><code>#paige-page-title</code></dt> <dt><code>#paige-page-title</code></dt>
<dd>The page title.</dd> <dd>The page title.</dd>
<dt><code>#paige-pages</code></dt> <dt><code>#paige-subpages</code></dt>
<dd>The page sub-pages.</dd> <dd>The page sub-pages.</dd>
<dt><code>#paige-pages-header</code></dt> <dt><code>#paige-subpages-header</code></dt>
<dd>The page sub-pages header.</dd> <dd>The page subpages header.</dd>
<dt><code>#paige-pagination</code></dt> <dt><code>#paige-pagination</code></dt>
<dd>The pagination of sub-pages.</dd> <dd>The pagination of sub-pages.</dd>
<dt><code>#paige-prev</code></dt> <dt><code>#paige-prev</code></dt>

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

@ -102,9 +102,9 @@
{{ end }} {{ end }}
{{ with $pages }} {{ with $pages }}
<div id="paige-pages"> <div id="paige-subpages">
{{ if or $collections $sections }} {{ 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 }} {{ end }}
{{ $pager := $page.Paginate . }} {{ $pager := $page.Paginate . }}

Loading…
Cancel
Save