diff --git a/docs/site/layouts/docs/list.html b/docs/site/layouts/docs/list.html
index c2e02a49..0e0137f8 100644
--- a/docs/site/layouts/docs/list.html
+++ b/docs/site/layouts/docs/list.html
@@ -6,7 +6,7 @@
{{ if eq .CurrentSection .FirstSection }}{{ .Section | h
{{ with .Content }}
{{ . }}
{{ end }}
{{ $currentSection := .CurrentSection }}
- {{ range where .Site.RegularPages.ByWeight "Section" .Section }}
+ {{ range where .Site.Pages.ByWeight "Section" .Section }}
{{ if in (.RelPermalink | string) $currentSection.RelPermalink }}