mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 11:58:53 +00:00
Partial template updated to support latest updates in that plugin
This commit is contained in:
parent
de76b2ebf0
commit
297ecdf748
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<!-- 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 %}
|
||||
<div class="sidebar-content">
|
||||
|
@ -17,4 +17,4 @@
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue