Skip to content

Commit bf744d9

Browse files
committed
mode debugging
1 parent 2eb94ea commit bf744d9

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
@@ -28,7 +28,7 @@
2828

2929
<aside id="sidebar">
3030
{% for item in site.data.navigation %}
31-
<a class="sidebar{% if page.url == item.link %} current{% endif %}" href="{{ item.link }}">{{ item.name }} {{ page.url }}</a><br>
31+
<a class="sidebar{% if page.url == item.link %} current{% endif %}" href="{{ item.link }}">{{ page.url }}</a><br>
3232
{% endfor %}
3333
</aside>
3434

0 commit comments

Comments
 (0)