Skip to content

Commit 11bff46

Browse files
authored
Update _macros.html
1 parent 259d0b1 commit 11bff46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/juice/templates/_macros.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{% endfor %}
1717
{% if config.extra.juice_extra_menu %}
1818
{% for menu in config.extra.juice_extra_menu %}
19-
<a class="nav-item subtitle-text" href="{{ menu.link | safe }}">{{ menu.title }}</a>
19+
<a class="nav-item subtitle-text" href="{{ get_url(path='@/content/{{ menu.link }}') }}">{{ menu.title }}</a>
2020
{% endfor %}
2121
{% endif %}
2222
</nav>

0 commit comments

Comments
 (0)