diff --git a/templates/partials/taxonomylist.html.twig b/templates/partials/taxonomylist.html.twig index 6fb58ec..45aa3e4 100644 --- a/templates/partials/taxonomylist.html.twig +++ b/templates/partials/taxonomylist.html.twig @@ -1,5 +1,5 @@ -{% set taxlist = children_only is defined ? taxonomylist.getChildPagesTags(of_page) : taxonomylist.get() %} +{% set taxlist = children_only is defined ? taxonomylist.getChildPagesTags(of_page, children_only) : taxonomylist.get() %} {% if taxlist %} -{% endif %} \ No newline at end of file +{% endif %}