diff options
Diffstat (limited to 'layouts/stream/list.html')
-rw-r--r-- | layouts/stream/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/stream/list.html b/layouts/stream/list.html index fd87753..4b384d8 100644 --- a/layouts/stream/list.html +++ b/layouts/stream/list.html @@ -2,7 +2,7 @@ {{ .Content }} -{{ range where site.RegularPages "Section" "stream" }} +{{ range (.Paginate (where site.RegularPages "Section" "stream")).Pages }} <h3 id="{{ .Date.Format "Monday, 2 January 2006"| urlize}}">{{ .Date.Format "Monday, 2 January 2006" }}</h3> {{ .Content }} |