make pagination customizable

This commit is contained in:
undergroundwires 2021-02-21 23:13:41 +01:00
parent 929b9efaab
commit 72aeb27510
4 changed files with 30 additions and 30 deletions

View file

@ -30,6 +30,6 @@
</ul>
</div>
{{ end }}
{{ partial "pagination.html" . }}
{{ partial "pagination-list.html" . }}
</main>
{{ end }}