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

Fix landing page

parent 5e3bf7da
No related branches found
No related tags found
No related merge requests found
Pipeline #1064 passed
...@@ -34,8 +34,8 @@ AUTHOR_FEED_RSS = None ...@@ -34,8 +34,8 @@ AUTHOR_FEED_RSS = None
# Navbar # Navbar
MENUITEMS = [ MENUITEMS = [
('Startseite', '/pages/index.html'), ('Startseite', '/index.html'),
('Neuigkeiten', '/pages/archives.html'), ('Neuigkeiten', '/archives.html'),
('Lösungen', [ ('Lösungen', [
('Schulnetzwerk', '/pages/network.html'), ('Schulnetzwerk', '/pages/network.html'),
('Informationsverwaltung', '/pages/sis.html'), ('Informationsverwaltung', '/pages/sis.html'),
...@@ -63,8 +63,8 @@ MINIFOOTER_MENU = (('Teckids e.V.', ''), ...@@ -63,8 +63,8 @@ MINIFOOTER_MENU = (('Teckids e.V.', ''),
I18N_SUBSITES = { I18N_SUBSITES = {
"en": { "en": {
"MENUITEMS": [ "MENUITEMS": [
('Home', '/pages/index.html'), ('Home', '/index.html'),
('News', '/pages/archives.html'), ('News', '/archives.html'),
('Solutions', [ ('Solutions', [
('School network', '/pages/network.html'), ('School network', '/pages/network.html'),
('Information management', '/pages/sis.html'), ('Information management', '/pages/sis.html'),
...@@ -84,8 +84,8 @@ I18N_SUBSITES = { ...@@ -84,8 +84,8 @@ I18N_SUBSITES = {
}, },
"fr": { "fr": {
"MENUITEMS": [ "MENUITEMS": [
('Home', '/pages/index.html'), ('Home', '/index.html'),
('Actualités', '/pages/archives.html'), ('Actualités', '/archives.html'),
('Solutions', [ ('Solutions', [
("Réseau d'école", '/pages/network.html'), ("Réseau d'école", '/pages/network.html'),
("Administration d'informations", '/pages/sis.html'), ("Administration d'informations", '/pages/sis.html'),
......
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