Better URL handling of nav items
This commit is contained in:
parent
6ffe23012e
commit
1d4ff89f0d
@ -24,7 +24,7 @@
|
|||||||
<aside>
|
<aside>
|
||||||
<ul>
|
<ul>
|
||||||
{% for item in config.extra.nav %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
<span class="title">Categories</span>
|
<span class="title">Categories</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user