@ -155,8 +155,6 @@
{% for h2 in h1.children %}
<li>
<a href="{{ h2.permalink | safe }}">{{ h2.title }}</a>
</li>
{% if h2.children %}
<ul>
{% for h3 in h2.children %}
@ -166,6 +164,7 @@
{% endfor %}
</ul>
{% endif %}