Solved double ul bug

This commit is contained in:
2025-03-17 02:37:35 +01:00
parent bdbaabe4a0
commit e1da02db3d
3 changed files with 3 additions and 6 deletions

View File

@@ -22,9 +22,9 @@
{% endif %}
</a>
{% if item.children %}
<ul x-show="expanded" class="toctree-l{{ level + 1 }}">
<div x-show="expanded">
{{ render_headings(item.children, level+1) }}
</ul>
</div>
{% endif %}
</li>
{% endfor %}