I added _index.md files to my sections, including titles and weights. How do I create a list of all sections with the titles being displayed instead of the section slug/folder name?
When I make a list like this: {{ range $section, $taxonomy := .Site.Sections }}, I won’t have access to the variables set in the front matter.
Now I want to render a menu that lists the section titles ordered by weight, the underlying subsections (types) ordered by weight and the posts of the subsections.