diff --git a/layouts/partials/paige/pages.html b/layouts/partials/paige/pages.html
index abdbc6b4..041240c8 100644
--- a/layouts/partials/paige/pages.html
+++ b/layouts/partials/paige/pages.html
@@ -1,10 +1,12 @@
{{ if .Pages }}
{{ if .Params.paige.show_full_pages }}
{{ $p := .Paginate .Pages }}
-{{ range $p.Pages }}
-{{ .Scratch.Set "paige_show_full_pages" true }}
-{{ partial "paige/article" . }}
-{{ end }}
+
+ {{ range $p.Pages }}
+ {{ .Scratch.Set "paige_show_full_pages" true }}
+ {{ partial "paige/article" . }}
+ {{ end }}
+
{{ if or $p.HasPrev $p.HasNext }}