Skip to content

Commit dd4d477

Browse files
committed
adjusting the CSS class name for sidebar
1 parent bcd5cf7 commit dd4d477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<nav>
3030
<ul>
3131
{% for item in site.data.navigation %}
32-
<li class="sidebar-menu{% if page.url == item.link %} current{% endif %}">
32+
<li class="sidebar{% if page.url == item.link %} current{% endif %}">
3333
<a href="{{ item.link }}">{{ item.name }}</a>
3434
</li>
3535
{% endfor %}

0 commit comments

Comments
 (0)