Rename paige-pages to paige-subpages

This commit is contained in:
Will Faught
2025-02-06 22:05:46 -08:00
parent 20798f3a3a
commit ccadbf724d
3 changed files with 6 additions and 6 deletions

View File

@@ -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 . }}