BUGFIX: Paginierung Bände

This commit is contained in:
Simon Martens
2025-03-07 16:39:19 +01:00
parent 8409b4fcfb
commit 88bba693df
8 changed files with 139 additions and 49 deletions

View File

@@ -229,7 +229,7 @@
{{- if $model.result.Hits -}}
<div class="flex flex-row justify-end items-start border-t border-zinc-300 pt-4">
{{- template "pagination" $model -}}
{{- template "_pagination" Arr $model "beitraege" -}}
</div>
{{- else -}}
<div class="mt-4">Kein Beitrag gefunden.</div>