Accidentally removed 'Next Page' link

This commit is contained in:
Brian Picciano 2022-11-23 19:03:01 +01:00
parent 9a14e93524
commit 58086a3fda

View File

@ -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" . }}