Files
hugo-theme-stack/layouts/_partials/helper/paginator.html
T

9 lines
236 B
HTML
Raw Normal View History

{{- $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 -}}