diff --git a/README.md b/README.md index 9f2b684f..c9225476 100644 --- a/README.md +++ b/README.md @@ -781,6 +781,10 @@ Page identifiers:
The main.
#paige-metadata
The metadata.
+
#paige-pages
+
The pages.
+
#paige-pages-header
+
The pages header.
#paige-pagination
The sub-page pagination links.
#paige-reading-time
@@ -793,10 +797,6 @@ Page identifiers:
The sections header.
#paige-series
The series.
-
#paige-subpages
-
The sub-pages.
-
#paige-subpages-header
-
The sub-pages header.
#paige-title
The title.
#paige-toc
diff --git a/layouts/partials/paige/subpages.html b/layouts/partials/paige/subpages.html index 78de21c0..be7d09de 100644 --- a/layouts/partials/paige/subpages.html +++ b/layouts/partials/paige/subpages.html @@ -31,9 +31,9 @@ {{ with $pages }} {{ if $page.Param "paige.section_pages.full_pages" }} {{ $pager := $page.Paginate . }} -
+
{{ if or $collections $sections }} -

{{ i18n "paige_pages" }}

+

{{ i18n "paige_pages" }}

{{ end }} {{ range $pager.Pages }} @@ -49,9 +49,9 @@
{{ end }} {{ else }} -
+
{{ if or $collections $sections }} -

{{ i18n "paige_pages" }}

+

{{ i18n "paige_pages" }}

{{ end }} {{ $pinned := where . "Params.paige.pin" true }}