Rename #paige-subpages to #paige-pages

This commit is contained in:
Will Faught
2023-03-19 17:40:30 -07:00
parent a3c335a9a9
commit 0b6aeaf775
2 changed files with 8 additions and 8 deletions

View File

@@ -31,9 +31,9 @@
{{ with $pages }}
{{ if $page.Param "paige.section_pages.full_pages" }}
{{ $pager := $page.Paginate . }}
<div id="paige-subpages">
<div id="paige-pages">
{{ if or $collections $sections }}
<h2 class="h4 text-center" id="paige-subpages-header">{{ i18n "paige_pages" }}</h2>
<h2 class="h4 text-center" id="paige-pages-header">{{ i18n "paige_pages" }}</h2>
{{ end }}
{{ range $pager.Pages }}
@@ -49,9 +49,9 @@
</div>
{{ end }}
{{ else }}
<div id="paige-subpages">
<div id="paige-pages">
{{ if or $collections $sections }}
<h2 class="h4 text-center" id="paige-subpages-header">{{ i18n "paige_pages" }}</h2>
<h2 class="h4 text-center" id="paige-pages-header">{{ i18n "paige_pages" }}</h2>
{{ end }}
{{ $pinned := where . "Params.paige.pin" true }}