Update default.html

This commit is contained in:
Zachary Klosko 2020-05-18 10:03:01 -04:00
parent fb9d934e5d
commit 50bedb28cd
1 changed files with 18 additions and 20 deletions

View File

@ -40,8 +40,7 @@
<div> <div>
{% if site.data.nav2.toc2[0] %} {% for item in site.data.nav2.toc2 %}
{% for item in site.data.nav.toc2 %}
<h3>{{ item.title }}</h3> <h3>{{ item.title }}</h3>
{% if item.subfolderitems[0] %} {% if item.subfolderitems[0] %}
<ul> <ul>
@ -59,7 +58,6 @@
</ul> </ul>
{% endif %} {% endif %}
{% endfor %} {% endfor %}
{% endif %}
</div> </div>
</header> </header>