1
0

Better URL handling of nav items

This commit is contained in:
Emil Miler 2021-12-30 11:07:08 +01:00
parent 6ffe23012e
commit 1d4ff89f0d

View File

@ -24,7 +24,7 @@
<aside>
<ul>
{% for item in config.extra.nav %}
<li><a href="{{ item.path }}">{{ item.title }}</a></li>
<li><a href="{{ get_url(path=item.path, trailing_slash=true) }}">{{ item.title }}</a></li>
{% endfor %}
</ul>
<span class="title">Categories</span>