Skip to content

Commit f5ec934

Browse files
committed
adding newline after each sidebar item
1 parent 72a7873 commit f5ec934

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 }}</a>
31+
<a class="sidebar{% if page.url == item.link %} current{% endif %}" href="{{ item.link }}">{{ item.name }}</a><br>
3232
{% endfor %}
3333
</aside>
3434

0 commit comments

Comments
 (0)