fix: pagination template

This commit is contained in:
Felipe M 2025-05-02 20:21:48 +02:00
parent d15d7e06ba
commit e5e5dfa72a
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8

View file

@ -20,7 +20,7 @@
{{- if in $validFormats $format }} {{- if in $validFormats $format }}
{{- if gt $page.Paginator.TotalPages 1 }} {{- if gt $page.Paginator.TotalPages 1 }}
<ul class="pagination pagination-{{ $format }}"> <ul class="pagination pagination-{{ $format }}">
{{- partial (printf "partials/inline/pagination/%s" $format) $page }} {{- partial (printf "inline/pagination/%s" $format) $page }}
</ul> </ul>
{{- end }} {{- end }}
{{- else }} {{- else }}