If you look at this file https://github.com/cntrump/hugo-notepadium/blob/master/exampleSite/content/post/_index.md It has a fron matter “tags = [“index”]”
Lets’ say in this folder /content/post/ there are three files:
the _index.md is tagged “intro”
the other two .md files are also tagged
How to include this _index.md file in the taxnonomy? Currently the taxnomony term template and list template only show the tags of other two .md files, not the _index.md.