We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1893cc8 commit bd24673Copy full SHA for bd24673
1 file changed
_includes/nav.html
@@ -6,7 +6,7 @@
6
<a href="{{ item.link | relative_url }}">{{ item.name }}</a>
7
<div class="dropdown-content">
8
{% for sub in item.children %}
9
- <a href="{{ sub.link }}">{{ sub.name }}</a>
+ <a href="{{ sub.link | relative_url }}">{{ sub.name }}</a>
10
{% endfor %}
11
</div>
12
0 commit comments