Removed unnecessary trailing slash for menu items
This commit is contained in:
parent
39cffcefc7
commit
3da93770d0
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@
|
|||
{% set item_url = item.url | replace(from="$BASE_URL", to=config.base_url ~ "/" ~ lang) %}
|
||||
{% endif %}
|
||||
|
||||
{% set item_url = item_url ~ "/" %}
|
||||
<a itemprop="url"
|
||||
class="navbar-item {% if item_url == current_url %}is-active{% endif %}"
|
||||
href="{{ item_url }}">
|
||||
|
|
Loading…
Add table
Reference in a new issue