Hoping you can point me in the right direction.
I've got Docsy installed and its working great.
I wanted to add tagging into it, so I've edited my config.toml to add
[taxonomies]
tags = "tags"
and I then removed disableKinds = ["taxonomy", "taxonomyTerm"]
Ive written my tags partial, and added the partial to content.html.
When I add the taxonomy to the front matter of a markdown file, the tags render properly.
However when I click one, I expect to get the list of all taxonomies in the typical way that Hugo does that, however all I ever get is a blank page.
I'm trying to track down what in Docsy would be causing this, and the only thing I can come up with is that list.html has been changed.
Would that be it, or is there something else in Docsy which would break Hugo from being able to display the list of taxonomies? From my understanding that's a built in feature of Hugo, and I've never had any problems using it before.
Thanks!
Hoping you can point me in the right direction.
I've got Docsy installed and its working great.
I wanted to add tagging into it, so I've edited my config.toml to add
and I then removed
disableKinds = ["taxonomy", "taxonomyTerm"]Ive written my tags partial, and added the partial to content.html.
When I add the taxonomy to the front matter of a markdown file, the tags render properly.
However when I click one, I expect to get the list of all taxonomies in the typical way that Hugo does that, however all I ever get is a blank page.
I'm trying to track down what in Docsy would be causing this, and the only thing I can come up with is that list.html has been changed.
Would that be it, or is there something else in Docsy which would break Hugo from being able to display the list of taxonomies? From my understanding that's a built in feature of Hugo, and I've never had any problems using it before.
Thanks!