diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-11-23 19:03:01 +0100 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-11-23 19:03:01 +0100 |
commit | 58086a3fda7498f877d3428f3bfe74190eff7673 (patch) | |
tree | b17287f2935255399561667d637093612e832430 /src/http/tpl/index.html | |
parent | 9a14e9352453a512b05de26027355453e2bf6305 (diff) |
Accidentally removed 'Next Page' link
Diffstat (limited to 'src/http/tpl/index.html')
-rw-r--r-- | src/http/tpl/index.html | 6 |
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 > ></a> + </p> + {{ end }} + {{ end }} {{ template "base.html" . }} |