Update default.html

This commit is contained in:
Zachary Klosko 2020-05-17 11:21:25 -04:00
parent 70d6d315c6
commit 0962cb7602
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
{% endif %}
<ul>
{% for item in site.data.nav[page.sidebar] %}
{% for item in site.data.nav.[page.sidebar] %}
<li><a href="{{ item.url }}">{{ item.text }}</a></li>
{% endfor %}
</ul>