Update default.html
This commit is contained in:
parent
dc861ea90c
commit
1d8f7ad2ec
|
@ -38,13 +38,11 @@
|
|||
</ul>
|
||||
{% endif %}
|
||||
|
||||
<p>
|
||||
|
||||
{% for item in site.data.nav[page.sidebar] %}
|
||||
<a href="{{ item.url }}">{{ item.text }}</a>
|
||||
<p><a href="{{ item.url }}">{{ item.text }}</a></p>
|
||||
{% endfor %}
|
||||
|
||||
<p>
|
||||
</header>
|
||||
<section>
|
||||
|
||||
|
|
Loading…
Reference in New Issue