shithub: hugo

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

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