hugo/docs/themes/gohugoioTheme/layouts/page/documentation-home.html
2018-05-04 09:44:59 +02:00

4 lines
272 B
HTML

{{ 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 }}