From e3ef90d6b32bb33a1b752bdc9d044f1e4af1f9c4 Mon Sep 17 00:00:00 2001
From: Denys Konovalov <kontakt@denyskon.de>
Date: Sun, 16 Oct 2022 10:18:44 +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, 14 insertions(+), 8 deletions(-)

diff --git a/config.toml b/config.toml
index 209b0edc..d9bafaf1 100755
--- a/config.toml
+++ b/config.toml
@@ -19,12 +19,12 @@ unsafe = true
 [params]
 mobile = "+49 345 6903156"
 author = "Georg-Cantor-Gymnasium Halle (Saale). Made with Educenter by Themefisher."
-description = "Das Georg-Cantor-Gymnasium - eine mathematisch-naturwissenschaftliche Spezialschule in Halle (Saale)."
 logo = "media/logo.png"
 route_link = "https://maps.openrouteservice.org/directions?n1=51.473292&n2=11.965606&n3=18&a=null,null,51.473292,11.965606&b=0&c=0&k1=de&k2=km"
 address = "Georg-Cantor-Gymnasium <br> Torstraße 13 <br> 06110 Halle (Saale)"
 top_header = true
 email = "schulleitung@cantor-gymnasium.de"
+description = "Das Georg-Cantor-Gymnasium - eine mathematisch-naturwissenschaftliche Spezialschule in Halle (Saale)."
 
 [params.plugins]
 
@@ -132,18 +132,18 @@ name = "Anmeldung"
 URL = "anmeldung"
 weight = 6
 
-[[menu.main]]
-parent = "Schule"
-name = "Schulchronik"
-URL = "schulchronik"
-weight = 7
-
 [[menu.main]]
 parent = "Schule"
 name = "Junior-Ingenieur-Akademie"
 URL = "jia"
 weight = 8
 
+[[menu.main]]
+parent = "Schule"
+name = "Schulchronik"
+URL = "schulchronik"
+weight = 7
+
 [[menu.main]]
 parent = "Schule"
 name = "Schulbibliothek"
@@ -200,7 +200,7 @@ weight = 2
 parent = "Für Schüler und Eltern"
 name = "Schulshop"
 URL = "https://schulkleidung.de/shop/index.php?nr=SDQUCKVD"
-weight = 4
+weight = 5
 
 [[menu.main]]
 parent = "Für Schüler und Eltern"
@@ -208,6 +208,12 @@ name = "Schülervertretung"
 URL = "schuelervertretung"
 weight = 3
 
+[[menu.main]]
+name = "Elternvertretung"
+weight = 4
+URL = "elternvertretung"
+parent = "Für Schüler und Eltern"
+
 [[menu.main]]
 name = "Aktuelles"
 URL = "blog"