From 6f1b7916799f12c29bdb80e341050400124c59e1 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 9 Feb 2023 21:29:14 -0800 Subject: [PATCH] Add paige-pages class --- layouts/partials/paige/pages.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/paige/pages.html b/layouts/partials/paige/pages.html index 98f0b212..97301e4a 100644 --- a/layouts/partials/paige/pages.html +++ b/layouts/partials/paige/pages.html @@ -3,7 +3,7 @@ {{ if and $page.Pages ($page.Param "paige.list.pages.hide" | not) }} {{ if $page.Param "paige.list.content.show" }} {{ $p := $page.Paginate $page.Pages }} -
+
{{ range $p.Pages }} {{ $page.Scratch.Set "paige_list_show_content" true }} {{ partial "paige/article.html" . }}