zola
zola copied to clipboard
Question about taxonomy and sections
It's my first time working with SSG, so excuse my ignorance if the question seems naive or my lack orf understanding of taxonomy.
I'm currently using taxonomy to filter "projects" for my site. It seems that when using taxonomy in pages, the _index.md is not used even when the template header is set to the taxonomy's template. I would like to use header values like title and a list of all the pages sorted by date from the section instead of use get_section, but it seems that the _index.md is not used for taxonomy_list.html or section_name/list.html.
Shouldn't taxonomy be recognized in the section (_index.md) when using a boolean-based header, or when the pages.md has the [taxonomy] header set? It would make sense to utilize _index.md header values, considering how the template for the section section_name.html and list.html are the same (at least to me).
Taxonomies can be set across sections so it will never use _index.md