Skip to content

Commit bd24673

Browse files
committed
Add relative_url to dropdown menu
1 parent 1893cc8 commit bd24673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a href="{{ item.link | relative_url }}">{{ item.name }}</a>
77
<div class="dropdown-content">
88
{% for sub in item.children %}
9-
<a href="{{ sub.link }}">{{ sub.name }}</a>
9+
<a href="{{ sub.link | relative_url }}">{{ sub.name }}</a>
1010
{% endfor %}
1111
</div>
1212
</div>

0 commit comments

Comments
 (0)