shithub: hugo

ref: 1e27d0589118a114e49c032e4bd68b4798e44a5b
dir: /docs/themes/gohugoioTheme/layouts/page/documentation-home.html/

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