From cf5fc8bdc034b747632e201e6ec09812f5e7e5ff Mon Sep 17 00:00:00 2001
From: "Philipp.Stahl" <philipp.stahl@teckids.org>
Date: Thu, 8 Apr 2021 16:46:29 +0200
Subject: [PATCH] Fix taskbar dropdown

---
 pelicanconf.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 873c1a7..a810779 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -28,9 +28,8 @@ AUTHOR_FEED_RSS = None
 MENUITEMS = [
     ('Home', 'index.html'),
     ('Projekte', [
-        ('FrogLabs', 'bar.html'),
-        ('HacknFun', 'https://example.com'),
-        ('AlekSIS', 'https://aleksis.org'),
+        ('Mitmach-Sessions', 'pages/informationen/sessions.html'),
+        ('Freizeiten', 'pages/informationen/freizeiten.html'),
         ]),
     ]
 
-- 
GitLab