Partial template updated to support latest updates in that plugin

This commit is contained in:
pmoreno.rodriguez 2025-02-16 21:34:27 +01:00
parent de76b2ebf0
commit 297ecdf748

View file

@ -1,5 +1,5 @@
<!-- Taxonomy list --> <!-- Taxonomy list -->
{% 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 %} {% if taxlist %}
<div class="sidebar-content"> <div class="sidebar-content">