From 646b697f4d71bafbf1ccd3741db96662cfb0831b Mon Sep 17 00:00:00 2001 From: Rene Halver <r.halver@fz-juelich.de> Date: Thu, 3 Dec 2020 13:57:41 +0100 Subject: [PATCH] fix menu --- config.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 9624bab..20af7fb 100644 --- a/config.toml +++ b/config.toml @@ -42,16 +42,16 @@ url = "/index.html" weight = 10 [[menu.shortcuts]] -name = "<i class='fa fa-bookmark'></i> <label>Videos</label>" +name = "<i class='fa fa-bookmark'></i> <label>Documentation</label>" identifier = "ds" -url = "/videos/index.html" -weight = 12 +url = "/sphinx" +weight = 11 [[menu.shortcuts]] -name = "<i class='fa fa-bookmark'></i> <label>Documentation</label>" +name = "<i class='fa fa-bookmark'></i> <label>Videos</label>" identifier = "ds" -url = "/websites/all-website/sphinx" -weight = 11 +url = "/videos/index.html" +weight = 12 [[menu.shortcuts]] name = "<i class='fa fa-bookmark'></i> <label>Imprint</label>" -- GitLab