shithub: hugo

ref: f8a119b606d55aa4f31f16e5a3cadc929c99e4f8
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 }}