diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 31f204e..a40fff2 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -5,7 +5,7 @@
{{ i18n .Title }}
- {{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections }}
+ {{ $pages := where .Pages "Type" "in" site.Params.mainSections }}
{{ range $pages }}