From 0c90ee0f3c1c5a7ca88a028d2bd0d113de61e8a1 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 22 Oct 2023 20:37:05 +0100 Subject: Added forward and back arrows --- layouts/stream/list.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'layouts') diff --git a/layouts/stream/list.html b/layouts/stream/list.html index 39c2b1e..0249c4f 100644 --- a/layouts/stream/list.html +++ b/layouts/stream/list.html @@ -27,7 +27,7 @@
{{ end }} -

Stream navigation:

+

Navigation:

{{ if $paginator.HasPrev }} @@ -35,7 +35,11 @@ {{ range $paginator.Pagers }} - {{ .PageNumber }} + {{ if (eq .PageNumber $paginator.PageNumber) }} + {{ .PageNumber }} + {{ else }} + {{ .PageNumber }} + {{ end }} {{ end }} {{ if $paginator.HasNext}} -- cgit v1.2.3