Hi there,
I seem to have the same problem as reported here Problem with taxonomy.html inside a custom folder, however there is no solution there.
The problem is as follows:
I have configured the following in order to have a custom taxonomy called “integrations tags”:
# config.toml
[taxonomies]
integration_tags = "integrations/tags"
And I have the following content and templates:
The expected behavior would be to have as output integratrions/tags/<tag-name>/index.html rendered from layouts/integrations/taxonomy.html.
But the actual behavior is that it’s rendered from layouts/_default/taxonomy.html.
This issue is reproducible in this repo GitHub - messutied/taxonomy-issue.
Any advice on how to do this properly would be greatly appreciated.
