hugo/docs/themes/gohugoioTheme/layouts/_default/list.html
2018-05-04 09:44:59 +02:00

5 lines
301 B
HTML
Executable file

{{ define "main" }}
{{ $paginator := .Paginate (.Pages | lang.Merge (where .Sites.First.RegularPages "Section" .Section)) }}
{{ $section_to_display := .Sections | default $paginator.Pages }}
{{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display ) }}
{{ end }}