Skip to content

Commit a060697

Browse files
Update base.html
1 parent 46924b8 commit a060697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

theme/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{% if pages %}
1919
<ul class="aio-nav__list">
2020
{% 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>
21+
<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>
2222
{% endfor %}
2323
</ul>
2424
{% endif %}

0 commit comments

Comments
 (0)