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