Update default.html

This commit is contained in:
Zachary Klosko 2020-05-18 10:00:47 -04:00
parent 78256e8c03
commit fb9d934e5d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<div>
{% if site.data.nav2.toc2[0] %}
{% for item in site.data.samplelist.toc2 %}
{% for item in site.data.nav.toc2 %}
<h3>{{ item.title }}</h3>
{% if item.subfolderitems[0] %}
<ul>