From c6b41a53ec88d73211e929cd83f457c50682bf2a Mon Sep 17 00:00:00 2001 From: Johanna Schink <johanna.schink@teckids.org> Date: Sat, 6 Jun 2020 15:57:50 +0200 Subject: [PATCH] Update pelicanconf.py --- pelicanconf.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index fdb59f82..4a22b67c 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -76,7 +76,7 @@ MINIFOOTER_MENU = (('Teckids e.V.', ''), I18N_SUBSITES = { "en": { "MENUITEMS": [ - ("Home", "/index_en.html"), + ("Home", "/index.html"), ("Projects", [ ("schul-frei", "https://schul-frei.org"), ("FrogLabs", "https://froglabs.org"), @@ -87,8 +87,8 @@ I18N_SUBSITES = { ("Handouts", "/pages/handreichungen.html"), ]), ("Contribution", [ - ("Goals", "/pages/ziele-en.html"), - ("Participation of youngsters", "/pages/partizipation-en.html"), + ("Goals", "/pages/ziele.html"), + ("Participation of youngsters", "/pages/partizipation.html"), ("Membership", "/pages/mitgliedschaft.html"), ]), ("Education", [ @@ -96,9 +96,9 @@ I18N_SUBSITES = { ]) ], "FOOTERMENU": [ - ("Donate", "/pages/spenden-en.html"), - ("Contact", "/pages/kontakt-en.html"), - ("Newsletter", "/pages/newsletter-en.html"), + ("Donate", "/pages/spenden.html"), + ("Contact", "/pages/kontakt.html"), + ("Newsletter", "/pages/newsletter.html"), ("Terms of use and privacy", "/pages/nutzungsbedingungen_datenschutz.html"), ("Terms and conditions for activities", "/pages/agb_freizeiten.html"), ("Licenses", "/pages/lizenzen.html"), -- GitLab