Update default.html

This commit is contained in:
Zachary Klosko 2020-05-17 12:12:18 -04:00
parent 1e3f2fdde3
commit 4ada6e2129
1 changed files with 1 additions and 1 deletions

View File

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