mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-16 07:16:04 +02:00
Solved double ul bug
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user