Update default.html

This commit is contained in:
Zachary Klosko 2020-05-18 11:35:57 -04:00
parent 445c58f608
commit de364831cc
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
<div>
{% for item in site.data.nav2.toc2 %}
<strong>{{ item.title }}</strong> <br>
<strong>{{ item.title }}</strong>
{% if item.subfolderitems[0] %}
{% for entry in item.subfolderitems %}
<br><a href="{{ entry.url }}">{{ entry.page }}</a>