hugo/themes/gohugoioTheme/layouts/page/documentation-home.html

5 lines
204 B
HTML
Raw Normal View History

{{ define "main" }}
{{ $section_to_display := (.Site.Taxonomies.categories.fundamentals).Pages }}
{{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display ) }}
{{ end }}