blog/themes/stack/layouts/partials/helper/paginator.html
2026-07-31 15:38:57 +08:00

9 lines
236 B
HTML

{{- $result := slice -}}
{{- if or .IsHome (eq .Kind "section") (eq .Kind "taxonomy") (eq .Kind "term") -}}
{{- $pages := partial "helper/pages.html" . -}}
{{- $result = .Paginate $pages -}}
{{- end -}}
{{- return $result -}}