From 36afa193ef3800b8ea1ae5583fd5cdf9b12a9caf Mon Sep 17 00:00:00 2001 From: Lukas Weichelt <lukas.weichelt@teckids.org> Date: Wed, 14 Apr 2021 16:53:54 +0200 Subject: [PATCH] Fixed Subpages --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 0598f72..98cbbc1 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/'), -- GitLab