Update default.html

This commit is contained in:
Zachary Klosko 2020-05-17 21:48:58 -04:00
parent bae59457b8
commit ad22bae7ba
1 changed files with 4 additions and 1 deletions

View File

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