I’ve managed to implement tags on my website, they’re collected and counted. However, when I click on a tag, the site loads an empty page and what I want is a sublist of pages relating to that tag.
I’ve been reading through the Hugo documentation, although it looks like this should be a simple thing to implement I’m having a bit of trouble navigating how Hugo builds this particular part of the website.
Any advice? I’m sure this is a simple one line solution!
As for your tags not showing up, everywhere you have .Data.Terms, try replacing with .Data.Pages, see what happens. I don’t think that loads content for a specific term, but .Data.Pages should.