mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
force a trailing slash on the nav home title
This commit is contained in:
parent
9f5f307444
commit
45fc02a21e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<header>
|
||||
<nav class="navbar">
|
||||
<div class="nav-title">
|
||||
<a class="home-title" href="{{ get_url(path='/', lang=lang) }}">{{ config.title }}</a>
|
||||
<a class="home-title" href="{{ get_url(path='/', lang=lang, trailing_slash=true) }}">{{ config.title }}</a>
|
||||
</div>
|
||||
|
||||
{%- if config.extra.menu %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue