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

Add news to navbar

parent 43b0dd68
No related branches found
No related tags found
No related merge requests found
Pipeline #1047 failed
...@@ -34,6 +34,7 @@ AUTHOR_FEED_RSS = None ...@@ -34,6 +34,7 @@ AUTHOR_FEED_RSS = None
# Navbar # Navbar
MENUITEMS = [ MENUITEMS = [
('Startseite', 'index.html'), ('Startseite', 'index.html'),
('Neuigkeiten', 'archives.html'),
('Lösungen', [ ('Lösungen', [
('Schulnetzwerk', 'solutions/network.html'), ('Schulnetzwerk', 'solutions/network.html'),
('Informationsverwaltung', 'solutions/sis.html'), ('Informationsverwaltung', 'solutions/sis.html'),
...@@ -62,6 +63,7 @@ I18N_SUBSITES = { ...@@ -62,6 +63,7 @@ I18N_SUBSITES = {
"en": { "en": {
"MENUITEMS": [ "MENUITEMS": [
('Home', 'index.html'), ('Home', 'index.html'),
('News', 'archives.html'),
('Solutions', [ ('Solutions', [
('School network', 'solutions/network.html'), ('School network', 'solutions/network.html'),
('Information management', 'solutions/sis.html'), ('Information management', 'solutions/sis.html'),
...@@ -82,6 +84,7 @@ I18N_SUBSITES = { ...@@ -82,6 +84,7 @@ I18N_SUBSITES = {
"fr": { "fr": {
"MENUITEMS": [ "MENUITEMS": [
('Home', 'index.html'), ('Home', 'index.html'),
('Actualités', 'archives.html'),
('Solutions', [ ('Solutions', [
("Réseau d'école", 'solutions/network.html'), ("Réseau d'école", 'solutions/network.html'),
("Administration d'informations", 'solutions/sis.html'), ("Administration d'informations", 'solutions/sis.html'),
......
Subproject commit 0b4da6748e931c41f0f0bcb40b8b16327a1ed6f5 Subproject commit 588d7c54ea52404790c52e688cd0f16dcbc25015
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