Accidentally removed 'Next Page' link
This commit is contained in:
parent
9a14e93524
commit
58086a3fda
@ -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" . }}
|
||||
|
Loading…
Reference in New Issue
Block a user