diff --git a/layouts/news/list.html b/layouts/news/list.html
index 45a47a523..32f72a446 100644
--- a/layouts/news/list.html
+++ b/layouts/news/list.html
@@ -33,7 +33,7 @@
{{ end }}
{{/* Get content pages from news section. */}}
- {{ range where site.RegularPages "Type" "news" }}
+ {{ range .Pages }}
{{ $ctx := dict
"Date" .Date
"Title" .Title