Get permalink to taxonomy list page

Hey, I am adding some dynamic taxonomies to my Zola configuration, and I would like to iterate over the taxonomy_kind for a page, and then get a link to that particular taxonomy kind list page, not just to the term.

How do I accomplish that? A TaxonomyConfig doesn’t have the information I need, and a TaxonomyTerm is one too deep.

As of right now I don’t think it is possible, but it feels like it should be.

I’ve created a new pull request that implements the feature: Add permalink to Taxonomy by bertjwregeer · Pull Request #1516 · getzola/zola · GitHub it needs some more love once it gets a :+1: