From 6dff69929a85d9629ff4d0f412565161d8f8e419 Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Wed, 24 Nov 2021 12:18:12 +0000 Subject: [PATCH] Fixes path. --- config.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 3b97156..ba240c9 100644 --- a/config.toml +++ b/config.toml @@ -8,7 +8,7 @@ home = [ "HTML", "RSS", "JSON"] [[menu.shortcuts]] name = " Contribute" -url = "/contribute" +url = "/contribute/" weight = 10 [[menu.shortcuts]] @@ -28,25 +28,25 @@ weight = 28 [[menu.shortcuts]] name = " Free training" -url = "/training" +url = "/training/" weight = 25 [[menu.shortcuts]] name = " Roadmap" -url = "/roadmap" +url = "/roadmap/" weight = 26 [[menu.shortcuts]] name = " License" -url = "/License" +url = "/License/" weight = 28 [[menu.shortcuts]] name = " Credits" -url = "/credits" +url = "/credits/" weight = 30 [params] editURL = "https://lab.libreho.st/libre.sh/kubernetes/website/tree/master/content/" - themeVariant = "blue" \ No newline at end of file + themeVariant = "blue" -- GitLab