From 19879d189137b1b72bf95759221c103d22fcb5a7 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Fri, 15 Oct 2021 12:10:44 +0200 Subject: [PATCH] Update footer address --- pelican_theme_teckids/pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican_theme_teckids/pelicanconf.py b/pelican_theme_teckids/pelicanconf.py index 669e455..0c9c76a 100644 --- a/pelican_theme_teckids/pelicanconf.py +++ b/pelican_theme_teckids/pelicanconf.py @@ -60,7 +60,7 @@ MENUITEMS = [ FOOTERMENU = [ ("Impressum", "https://teckids.org/pages/impressum.html") ] -FOOTERTEXT = "Teckids e.V.<br/>Hundeshagenstr. 26<br/>53225 Bonn" +FOOTERTEXT = "Teckids e.V.<br/>Kennedyallee 18<br/>53175 Bonn" DEFAULT_PAGINATION = 10 -- GitLab