From ccadbf724d50406ce884c6f2c99fdf6b99e45842 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 6 Feb 2025 22:05:46 -0800 Subject: [PATCH] Rename paige-pages to paige-subpages --- README.md | 6 +++--- layouts/_default/paige/cloud.html | 2 +- layouts/partials/paige/list.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 04d80ac3..6f11f070 100644 --- a/README.md +++ b/README.md @@ -1150,10 +1150,10 @@ Page identifiers:
The page header that contains the page title, description, metadata, and table of contents.
#paige-page-title
The page title.
-
#paige-pages
+
#paige-subpages
The page sub-pages.
-
#paige-pages-header
-
The page sub-pages header.
+
#paige-subpages-header
+
The page subpages header.
#paige-pagination
The pagination of sub-pages.
#paige-prev
diff --git a/layouts/_default/paige/cloud.html b/layouts/_default/paige/cloud.html index 20c3d5ca..c6f3e055 100644 --- a/layouts/_default/paige/cloud.html +++ b/layouts/_default/paige/cloud.html @@ -4,7 +4,7 @@ {{ partial "paige/page.html" $page }} {{ with $page.Pages }} -
+
    {{ range (sort . "Title") }}
  • diff --git a/layouts/partials/paige/list.html b/layouts/partials/paige/list.html index d8ce3da1..985a9378 100644 --- a/layouts/partials/paige/list.html +++ b/layouts/partials/paige/list.html @@ -102,9 +102,9 @@ {{ end }} {{ with $pages }} -
    +
    {{ if or $collections $sections }} -

    {{ i18n "paige_pages" }}

    +

    {{ i18n "paige_pages" }}

    {{ end }} {{ $pager := $page.Paginate . }}