From b18995684f5ef0d8fe0e8eb690bbc1c10c3690c5 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 23 Oct 2023 07:57:56 +0100 Subject: wip: sorting out pagination --- layouts/stream/list.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/layouts/stream/list.html b/layouts/stream/list.html index 1074cdd..000d00e 100644 --- a/layouts/stream/list.html +++ b/layouts/stream/list.html @@ -8,11 +8,14 @@

{{ .Date.Format "Monday, 2 January 2006" }}

+{{ if $paginator.HasPrev }} +

this page is paginated

+{{ else }} +

this page is NOT paginated

+{{ end }} +
- {{ .Summary }} -
-
- Read more... + {{ .Content }}
-- cgit v1.2.3