Update default.html
This commit is contained in:
parent
bae59457b8
commit
ad22bae7ba
|
@ -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>
|
||||
{% endfor %}
|
||||
|
||||
<p>
|
||||
</header>
|
||||
<section>
|
||||
|
||||
|
|
Loading…
Reference in New Issue