force a trailing slash on the nav home title

This commit is contained in:
Ulrich Schreiner 2025-07-19 15:09:39 +02:00
parent 9f5f307444
commit 45fc02a21e
No known key found for this signature in database

View file

@ -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 %}