diff --git a/layouts/section-index/list.html b/layouts/section-index/list.html
index 62f4fd56de..d524d5436c 100644
--- a/layouts/section-index/list.html
+++ b/layouts/section-index/list.html
@@ -5,7 +5,7 @@
{{ .Description }}
- {{ $pages := (where .Site.AllPages "Section" .Section).ByWeight }}
+ {{ $pages := (where .Site.Pages "Section" .Section).ByWeight }}
{{ partial "section-index-level.html" (dict "pages" $pages "parent" . ) }}