Update default.html

This commit is contained in:
Zachary Klosko 2020-05-17 18:31:05 -04:00
parent 8b32bce1b6
commit 04aa318b14
1 changed files with 3 additions and 1 deletions

View File

@ -38,9 +38,11 @@
</ul>
{% endif %}
<ul>
{% for item in site.data.nav[page.sidebar] %}
<p><a href="{{ item.url }}">{{ item.text }}</a></p>
<li><a href="{{ item.url }}">{{ item.text }}</a></li>
{% endfor %}
</ul>
</header>
<section>