We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259d0b1 commit 11bff46Copy full SHA for 11bff46
themes/juice/templates/_macros.html
@@ -16,7 +16,7 @@
16
{% endfor %}
17
{% if config.extra.juice_extra_menu %}
18
{% for menu in config.extra.juice_extra_menu %}
19
- <a class="nav-item subtitle-text" href="{{ menu.link | safe }}">{{ menu.title }}</a>
+ <a class="nav-item subtitle-text" href="{{ get_url(path='@/content/{{ menu.link }}') }}">{{ menu.title }}</a>
20
21
{% endif %}
22
</nav>
0 commit comments