summaryrefslogtreecommitdiff
path: root/src/http
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2022-11-23 19:03:01 +0100
committerBrian Picciano <mediocregopher@gmail.com>2022-11-23 19:03:01 +0100
commit58086a3fda7498f877d3428f3bfe74190eff7673 (patch)
treeb17287f2935255399561667d637093612e832430 /src/http
parent9a14e9352453a512b05de26027355453e2bf6305 (diff)
Accidentally removed 'Next Page' link
Diffstat (limited to 'src/http')
-rw-r--r--src/http/tpl/index.html6
1 files changed, 6 insertions, 0 deletions
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 }}
</ul>
+ {{ if ge .Payload.NextPage 0 }}
+ <p>
+ <a href="?p={{ .Payload.NextPage}}">Next Page &gt; &gt;</a>
+ </p>
+ {{ end }}
+
{{ end }}
{{ template "base.html" . }}