Update default.html
This commit is contained in:
parent
fb9d934e5d
commit
50bedb28cd
|
@ -40,8 +40,7 @@
|
|||
|
||||
|
||||
<div>
|
||||
{% if site.data.nav2.toc2[0] %}
|
||||
{% for item in site.data.nav.toc2 %}
|
||||
{% for item in site.data.nav2.toc2 %}
|
||||
<h3>{{ item.title }}</h3>
|
||||
{% if item.subfolderitems[0] %}
|
||||
<ul>
|
||||
|
@ -59,7 +58,6 @@
|
|||
</ul>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
|
Loading…
Reference in New Issue