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