From 68fe4b5d9bc51f3654b7c1945e024dc2ba0f101b36917e270f4cad9e521ccc7c Mon Sep 17 00:00:00 2001 From: Philipp Date: Wed, 17 Jul 2024 19:23:05 +0200 Subject: [PATCH] Fixes #1 append "/" at the front of the link --- config/_default/menus.en.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index a6fb8b0..9613181 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -12,7 +12,7 @@ [[main]] name = "Blog" - url = "posts" + url = "/posts" weight = 1 [[main]]