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 e9cb15c commit 311c64aCopy full SHA for 311c64a
theme/templates/base.html
@@ -138,7 +138,7 @@
138
{% for subtext, sublink in item.items() %}
139
<a
140
class="navbar-item {% if output_file == sublink %}is-active{% endif %}"
141
- href="{{ SITEURL }}/{{ sublink }}"
+ href="{% if not sublink.startswith("http") %}{{ SITEURL }}/{% endif %}{{ sublink }}"
142
>{{ subtext }}</a
143
>
144
{% endfor %}
0 commit comments