Update default.html
This commit is contained in:
parent
70d6d315c6
commit
0962cb7602
|
@ -39,7 +39,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<ul>
|
<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>
|
<li><a href="{{ item.url }}">{{ item.text }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue