getgrav / grav-plugin-taxonomylist

Grav TaxonomyList Plugin
https://getgrav.org
MIT License
25 stars 14 forks source link

Added functionality to only show tags of the child pages of the current page #17

Closed kanduvisla closed 7 years ago

kanduvisla commented 7 years ago

This feature resolves issue #16 where the plugin only provides functionality to show all tags, but not only the tags of the child pages.

I added a new method, refactored the old one, and added an extra template that you can use if you prefer to only see the child tags:

{% include 'partials/taxonomylist-childpages.html.twig' with {'base_url': page.url,'taxonomy':'tag'} %}
rhukster commented 7 years ago

Thanks! great contribution.