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