I am having issues with the individual tag index page. I am using hugo from the master branch
$ hugo version
Hugo Static Site Generator v0.63.0-DEV linux/amd64 BuildDate: unknown
What is happening is a single tag’s index.html has all the pages listed, where as the index.xml has the correct entries. I am using this config.
This gist contains all the files. Can someone please help me debug or fix it? What am I doing incorrectly? Not to mention that I am a newbie to Hugo and building my first site with Hugo. Thank you in advance.
@davidsneighbour Thank you for getting back to me. If you notice the index.html it lists all pages, including the one that is not tagged with the specific tag (in this case the tag is git); so the index.html is listing wrong whereas the index.xml rightly lists the posts tagged with the tag in question.
Please let me know if that makes sense.