diff --git a/pelicanconf.py b/pelicanconf.py
index a810779b0dc17687487ca742f9897275a50eedb1..0598f7225a16a3208e5ebbb798a11862b6588e0c 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -27,10 +27,7 @@ AUTHOR_FEED_RSS = None
 # Navbar
 MENUITEMS = [
     ('Home', 'index.html'),
-    ('Projekte', [
-        ('Mitmach-Sessions', 'pages/informationen/sessions.html'),
-        ('Freizeiten', 'pages/informationen/freizeiten.html'),
-        ]),
+    ('Informationen', 'pages/informationen/informationen.html'),
     ]
 
 FOOTERMENU = (('Pelican', 'http://getpelican.com/'),