diff --git a/layouts/partials/paige/pages.html b/layouts/partials/paige/pages.html
index 6e24c8ea..eb7868d5 100644
--- a/layouts/partials/paige/pages.html
+++ b/layouts/partials/paige/pages.html
@@ -5,8 +5,8 @@
{{ $manypagegroups := false }}
{{ $pagegroups := slice }}
{{ $pager := false }}
-{{ $pages := where $page.Pages "Kind" "in" (slice "page" "term") }}
-{{ $sections := where $page.Pages "Kind" "section" }}
+{{ $pages := $page.RegularPages }}
+{{ $sections := $page.Sections }}
{{ range $name, $taxonomy := cond $page.IsHome site.Taxonomies slice }}
{{ if gt (len $taxonomy) 0 }}