From 3da93770d065a5fba48f89465a514fd4cafbedf7 Mon Sep 17 00:00:00 2001 From: Teo-CD Date: Sat, 3 Oct 2020 01:05:58 +0200 Subject: [PATCH] Removed unnecessary trailing slash for menu items --- templates/index_macros.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/index_macros.html b/templates/index_macros.html index 56c4091..fb9740d 100644 --- a/templates/index_macros.html +++ b/templates/index_macros.html @@ -100,7 +100,6 @@ {% set item_url = item.url | replace(from="$BASE_URL", to=config.base_url ~ "/" ~ lang) %} {% endif %} - {% set item_url = item_url ~ "/" %}