Add pagination buttons at the top as well if the user is not on the first page

This commit is contained in:
2021-03-09 20:59:58 +01:00
parent 988490fd5c
commit b153c7caec
@@ -8,6 +8,10 @@
<div class="content">{{ .Content }}</div>
{{ end }}
{{ if .Paginator.HasPrev }}
{{ partial "pagination.html" . }}
{{ end }}
<div class="posts-list">
{{ range $paginator.Pages }}
<div class="post">