Add TODO warning to fix pagination

This commit is contained in:
BBaoVanC 2025-04-19 01:35:08 -05:00
parent ad7432155f
commit fa89bc6746
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A

View File

@ -1,5 +1,7 @@
{{ if gt .Paginator.TotalPages 1 }} {{ if gt .Paginator.TotalPages 1 }}
<nav class="pagination"> <nav class="pagination">
{{ template "_internal/pagination.html" . }} {{/* _internal/pagination.html */}}
{{ fmt.Warnf "TODO: fix pagination.html to support 0.146" }}
{{/* partial "pagination.html" . */}}
</nav> </nav>
{{ end }} {{ end }}