Update default.html

This commit is contained in:
Zachary Klosko 2020-05-18 11:37:21 -04:00
parent de364831cc
commit ebb9d11b61
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>