From 58086a3fda7498f877d3428f3bfe74190eff7673 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Wed, 23 Nov 2022 19:03:01 +0100 Subject: [PATCH] Accidentally removed 'Next Page' link --- src/http/tpl/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/http/tpl/index.html b/src/http/tpl/index.html index c1aa1f4..68cfbb9 100644 --- a/src/http/tpl/index.html +++ b/src/http/tpl/index.html @@ -24,6 +24,12 @@ {{ end }} + {{ if ge .Payload.NextPage 0 }} +

+ Next Page > > +

+ {{ end }} + {{ end }} {{ template "base.html" . }}