Add paige-pages class

master
Will Faught 2 years ago
parent 2dd3f86c80
commit 6f1b791679

@ -3,7 +3,7 @@
{{ if and $page.Pages ($page.Param "paige.list.pages.hide" | not) }} {{ if and $page.Pages ($page.Param "paige.list.pages.hide" | not) }}
{{ if $page.Param "paige.list.content.show" }} {{ if $page.Param "paige.list.content.show" }}
{{ $p := $page.Paginate $page.Pages }} {{ $p := $page.Paginate $page.Pages }}
<section> <section id="paige-pages">
{{ range $p.Pages }} {{ range $p.Pages }}
{{ $page.Scratch.Set "paige_list_show_content" true }} {{ $page.Scratch.Set "paige_list_show_content" true }}
{{ partial "paige/article.html" . }} {{ partial "paige/article.html" . }}

Loading…
Cancel
Save