mirror of
https://github.com/uroni/hs5.git
synced 2025-10-26 11:17:18 +00:00
Make links relative
This commit is contained in:
parent
547f992fa9
commit
446ef32a63
@ -3,7 +3,7 @@
|
||||
{% if page.url == node.url %}
|
||||
<span class="active">{{node.nav_title}}</span>
|
||||
{% else %}
|
||||
<a href="{{node.url}}">{{node.nav_title}}</a>
|
||||
<a href="{{node.url | remove_first:'/'}}">{{node.nav_title}}</a>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user