From 9b4814c20955f78aa265a1addba5283dc9e02213 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Sun, 14 May 2023 15:58:33 +0200 Subject: [PATCH] Include trailing slash in menus --- config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index ab8d5db..64e7d56 100644 --- a/config.yml +++ b/config.yml @@ -40,7 +40,7 @@ menu: url: "" weight: 1 - name: "Tags" - url: "tags" + url: "tags/" weight: 2 - name: "About" url: "about/" @@ -76,7 +76,7 @@ languages: url: "" weight: 1 - name: "Tags" - url: "tags" + url: "tags/" weight: 2 - name: "À propos" url: "a-propos/"