Thanks, that works but it is a little confusing since (at least in my understanding) the docs suggest it isn’t necessary:
You do not have to create an
_index.md
file for every list page (i.e. section, taxonomy, taxonomy terms, etc) or the homepage. If Hugo does not find an_index.md
within the respective content section when rendering a list template, the page will be created but with no{{.Content}}
and only the default values for.Title
etc.
Thanks for the quick reply.