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

Fix path to pages

parent e8e6d767
No related branches found
No related tags found
No related merge requests found
......@@ -33,20 +33,20 @@ AUTHOR_FEED_RSS = None
# Navbar
MENUITEMS = [
('Startseite', '/index.html'),
('Neuigkeiten', '/archives.html'),
('Startseite', '/pages/index.html'),
('Neuigkeiten', '/pages/archives.html'),
('Lösungen', [
('Schulnetzwerk', '/network.html'),
('Informationsverwaltung', '/sis.html'),
('Cloud und Office', '/cloud.html'),
('Schulnetzwerk', '/pages/network.html'),
('Informationsverwaltung', '/pages/sis.html'),
('Cloud und Office', '/pages/cloud.html'),
]),
('Unterstützung', [
('Gemeinschaft', '/community.html'),
('Professionell', '/professional.html'),
('Gemeinschaft', '/pages/community.html'),
('Professionell', '/pages/professional.html'),
]),
('Präsentation', [
('Messestand', '/stand.html'),
('Vorträge', '/talks.html'),
('Messestand', '/pages/stand.html'),
('Vorträge', '/pages/talks.html'),
]),
]
......@@ -62,20 +62,20 @@ MINIFOOTER_MENU = (('Teckids e.V.', ''),
I18N_SUBSITES = {
"en": {
"MENUITEMS": [
('Home', '/index.html'),
('News', '/archives.html'),
('Home', '/pages/index.html'),
('News', '/pages/archives.html'),
('Solutions', [
('School network', '/network.html'),
('Information management', '/sis.html'),
('Cloud and Office', '/cloud.html'),
('School network', '/pages/network.html'),
('Information management', '/pages/sis.html'),
('Cloud and Office', '/pages/cloud.html'),
]),
('Support', [
('Community', '/community.html'),
('Professional', '/professional.html'),
('Community', '/pages/community.html'),
('Professional', '/pages/professional.html'),
]),
('Präsentation', [
('Conference booth', '/stand.html'),
('Talks', '/talks.html'),
('Conference booth', '/pages/stand.html'),
('Talks', '/pages/talks.html'),
]),
],
"FOOTERMENU": (('Teckids e.V.', 'https://www.teckids.org/'),
......@@ -83,20 +83,20 @@ I18N_SUBSITES = {
},
"fr": {
"MENUITEMS": [
('Home', '/index.html'),
('Actualités', '/archives.html'),
('Home', '/pages/index.html'),
('Actualités', '/pages/archives.html'),
('Solutions', [
("Réseau d'école", '/network.html'),
("Administration d'informations", '/sis.html'),
('Cloud et Bureau', '/cloud.html'),
("Réseau d'école", '/pages/network.html'),
("Administration d'informations", '/pages/sis.html'),
('Cloud et Bureau', '/pages/cloud.html'),
]),
('Soutien', [
('Communauté', '/community.html'),
('Professionnel', '/professional.html'),
('Communauté', '/pages/community.html'),
('Professionnel', '/pages/professional.html'),
]),
('Présentation', [
('Stand de foire', '/stand.html'),
('Conférence', '/talks.html'),
('Stand de foire', '/pages/stand.html'),
('Conférence', '/pages/talks.html'),
]),
],
"FOOTERMENU": (('Teckids e.V.', 'https://www.teckids.org/'),
......
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