Update default.html
This commit is contained in:
parent
8b32bce1b6
commit
04aa318b14
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue