Skip to content

Commit 72a7873

Browse files
committed
removing sidebar menu list items
1 parent b86065c commit 72a7873

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_layouts/default.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828

2929
<aside id="sidebar">
3030
{% for item in site.data.navigation %}
31-
<li class="sidebar{% if page.url == item.link %} current{% endif %}">
32-
<a href="{{ item.link }}">{{ item.name }}</a>
33-
</li>
31+
<a class="sidebar{% if page.url == item.link %} current{% endif %}" href="{{ item.link }}">{{ item.name }}</a>
3432
{% endfor %}
3533
</aside>
3634

0 commit comments

Comments
 (0)