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

5 lines
194 B
HTML
Raw Normal View History

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