From 5610087684aaa915166d30eb86d2e0a57f103f87 Mon Sep 17 00:00:00 2001 From: "Philipp.Stahl" <philipp.stahl@teckids.org> Date: Thu, 8 Apr 2021 17:12:15 +0200 Subject: [PATCH] Replace dropdown with subpage --- pelicanconf.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index a810779..0598f72 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/'), -- GitLab