Section for pagination

This commit is contained in:
Phil Bajsicki 2024-12-08 03:20:32 +01:00
parent 7e7be65768
commit 94f14c0aad

View file

@ -33,7 +33,7 @@
{{ if and (.Paginator) (gt .Paginator.TotalPages 1) }}
<hr />
<div id="pagination" class="pagination">
<section id="pagination" class="pagination">
<span class="previous-page">
{{ if .Paginator.HasPrev }}
@ -51,7 +51,7 @@
{{ end }}
</span>
</div>
</section>
{{ end }}