Rename paige-pages to paige-subpages
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{{ partial "paige/page.html" $page }}
|
||||
|
||||
{{ with $page.Pages }}
|
||||
<div id="paige-pages">
|
||||
<div id="paige-subpages">
|
||||
<ul class="list-inline text-center">
|
||||
{{ range (sort . "Title") }}
|
||||
<li class="list-inline-item">
|
||||
|
@@ -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 . }}
|
||||
|
Reference in New Issue
Block a user