Add separator between Prev and Next links

This commit is contained in:
Simon Ser 2019-12-03 19:51:44 +01:00
parent 8de93c50d2
commit a2349050d0
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -33,6 +33,7 @@
{{if ge .PrevPage 0}}
<a href="?page={{.PrevPage}}">Prev</a>
{{end}}
{{if and (ge .PrevPage 0) (ge .NextPage 0)}}·{{end}}
{{if ge .NextPage 0}}
<a href="?page={{.NextPage}}">Next</a>
{{end}}