Skip to content
Snippets Groups Projects
Verified Commit b3df46da authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix footer

parent 50e33048
No related branches found
No related tags found
No related merge requests found
...@@ -30,9 +30,19 @@ MENUITEMS = [ ...@@ -30,9 +30,19 @@ MENUITEMS = [
('Informationen', 'pages/informationen.html'), ('Informationen', 'pages/informationen.html'),
] ]
FOOTERMENU = (('Pelican', 'http://getpelican.com/'), FOOTERMENU = (("Spenden", "https://www.teckids.org/pages/spenden.html"),
('Python.org', 'http://python.org/'), ("Kontakt", "https://www.teckids.org/pages/kontakt.html"),
('Jinja2', 'http://jinja.pocoo.org/')) ("Newsletter", "https://www.teckids.org/pages/newsletter.html"),
("Nutzungsbedingungen und Datenschutz", "https://www.teckids.org/pages/nutzungsbedingungen_datenschutz.html"),
("AGB für Freizeiten", "https://www.teckids.org/pages/agb_freizeiten.html"),
("Impressum", "https://www.teckids.org/pages/impressum.html")
)
MINIFOOTER_MENU = (("Teckids e.V.", ""),
("Rochusstraße 2", ""),
("53123 Bonn", ""),
("verein@teckids.org", "mailto:verein@teckids.org"),
("+49 228 92934160", "tel:+49 228 92934160"))
I18N_SUBSITES = { I18N_SUBSITES = {
"en": { "en": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment