Terms: Add pagination

This commit is contained in:
jtbx 2023-10-08 01:05:03 +02:00
parent 171fa015f1
commit be7aaf7774

View file

@ -4,9 +4,9 @@
<h1>{{ .Parent.Title }}: {{ .Title }}</h1>
</header>
{{- range .Pages }}
{{ range .Paginator.Pages }}
{{ .Render "summary" }}
{{- end }}
<!-- TODO: Pagination: see https://gohugo.io/templates/pagination/ -->
{{ partial "pagination.html" . }}
</main>
{{ end }}