shithub: hugo

ref: a3535c8486b2ce762b1a8a9c30b03985c3e02cee
dir: /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 }}