Closed bovisp closed 9 years ago
Even though you did provide a PR for this with a config option, I think the best solution is to pass the values for taxonomy and base_url when you include the partial. For example:
{% include 'partials/taxonomylist.html.twig' with {'taxonomy':'tag', 'base_url', `/blog`} %}
I am using this plugin with its default twig file and yaml config file.
The issue is that when I click on one of the links that is generated by this plugin, it just routes me back to my homepage. You can see this in action on my Koding VM.
It also seems that
tag
is hard coded so you can't use another taxonomy such ascategory
or another custom taxonomy.