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 46924b8 commit a060697Copy full SHA for a060697
1 file changed
theme/templates/base.html
@@ -18,7 +18,7 @@
18
{% if pages %}
19
<ul class="aio-nav__list">
20
{% for p in pages if not p.url.startswith("/projects/") %}
21
- <li><a class="aio-nav__link" href="{{ SITEURL }}/{{ p.url }}" {% if p==page %} aria-current="page" {% endif %}>{{ p.title }}</a></li>
+ <li><a class="aio-nav__link" href="{{ SITEURL }}/a{{ p.url }}a{{ p.prefix }}" {% if p==page %} aria-current="page" {% endif %}>{{ p.title }}</a></li>
22
{% endfor %}
23
</ul>
24
{% endif %}
0 commit comments