From 5a0a104095eb5f73e5adb0fe2d4612188829c0e4 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Tue, 18 Oct 2022 04:46:30 +0000 Subject: [PATCH] =?UTF-8?q?Update=20Konfiguration=20=E2=80=9Chugo-config?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/config.toml b/config.toml index f56e66b0..f5044330 100755 --- a/config.toml +++ b/config.toml @@ -92,8 +92,13 @@ loader = "media/load.svg" [menu] [[menu.main]] -name = "Schule" +name = "Aktuelles" +URL = "blog" weight = 1 + +[[menu.main]] +name = "Schule" +weight = 2 hasChildren = true [[menu.main]] @@ -122,7 +127,7 @@ weight = 4 [[menu.main]] parent = "Schule" -name = "CantorPreis" +name = "Cantorpreis" URL = "cantorpreis" weight = 5 @@ -157,7 +162,7 @@ URL = "begabtenfoerderung" weight = 10 [[menu.main]] -weight = 2 +weight = 3 name = "Digitale Angebote" hasChildren = true @@ -181,12 +186,12 @@ weight = 3 [[menu.main]] name = "Für Schüler und Eltern" -weight = 3 +weight = 4 hasChildren = true [[menu.main]] parent = "Für Schüler und Eltern" -name = "Formulare und Vorlagen" +name = "Dokumente und Formulare" URL = "forms" weight = 1 @@ -214,11 +219,6 @@ weight = 4 URL = "elternvertretung" parent = "Für Schüler und Eltern" -[[menu.main]] -name = "Aktuelles" -URL = "blog" -weight = 4 - [[menu.main]] name = "Kontakt" URL = "kontakt" @@ -233,7 +233,7 @@ name = "Anmeldung" URL = "anmeldung" [[menu.footer]] -name = "Formulare und Vorlagen" +name = "Dokumente und Formulare" URL = "forms" [Languages]