From b560f4c531a5689faa2d1641c5810ee1ac56baf9 Mon Sep 17 00:00:00 2001 From: Anna Weichelt <anna.weichelt@teckids.org> Date: Sat, 18 Apr 2020 13:30:32 +0200 Subject: [PATCH] Update pelicanconf.py --- pelicanconf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index b4db4951..27ddfa80 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -26,12 +26,12 @@ AUTHOR_FEED_RSS = None # Navbar MENUITEMS = [ - ('Home', '/index.html'), - ('News', '/archives.html'), + ('Startseite', '/index.html'), + ('Neuigkeiten', '/archives.html'), ('Projekte', [ - ('FrogLabs', '/bar.html'), - ('HacknFun', 'https://example.com'), - ('AlekSIS', 'https://aleksis.org'), + ('schul-frei', 'https://schul-frei.org'), + ('FrogLabs', 'https://froglabs.org'), + ('Dienste', '/pages/Dienste.md'), ]), ('Verein', [ ('Ziele', '/Ziele.html'), -- GitLab