This commit is contained in:
2025-08-31 03:09:37 -05:00
parent 37dbdc53af
commit 90ead0daea
4 changed files with 46 additions and 54 deletions

View File

@@ -8,17 +8,5 @@
{{ . }}
{{ end }}
<div class="page-list">
{{ with .Paginator.Pages }}
{{ range . }}
<article class="page">
{{ .Render "summary" }}
</article>
{{ end }}
{{ else }}
<div>
{{ i18n "no_posts" }}
</div>
{{ end }}
</div>
{{ partial "page-list.html" .Paginator.Pages }}
{{ end }}