summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-10-22 19:59:30 +0100
committerMatthew Lemon <y@yulqen.org>2023-10-22 19:59:30 +0100
commit0476dd3e7923b1cf7061093d782bd94718900b8c (patch)
tree69736448857d2efd754ea8dd882c90b9911420b3 /layouts
parent1e6c097a257e3d349561cea70490683d325f991f (diff)
First pagination - no nav yet
Diffstat (limited to 'layouts')
-rw-r--r--layouts/stream/list.html2
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 }}