Missing Tags
Updated on
Last site update: 8 May 2024
So one day I found all my tags from the tags page were missing. They still appeared in summaries and you could click on the individual links to get to a taxonomy term page which was fully populated with links to pages with the same terms.
I decided to add the following to the config file and it fixed it.
1[taxonomies]
2 tag = "tags"
3 category = "categories"
But the mystery is why did they disappear in the first place. I don’t think the site should require the above lines as these two taxonomies are generated by default.
Weird!