hugo/docs/themes/gohugoioTheme/layouts/_default/list.html

4 lines
194 B
HTML
Executable file

{{ define "main" }}
{{ $section_to_display := .Sections | default .Paginator.Pages }}
{{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display ) }}
{{ end }}