Rename pagination.html to paige_paginiation.html

This commit is contained in:
Will Faught
2022-12-11 00:10:45 -08:00
parent f74704bb8a
commit 4f2bbe910e
2 changed files with 1 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
{{ end }}
{{ if or $p.HasPrev $p.HasNext }}
<div class="d-flex justify-content-center pt-3">
{{ partial "pagination.html" . }}
{{ partial "paige_pagination.html" . }}
</div>
{{ end }}
</section>