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

Fix menu

parent 3e740560
No related branches found
No related tags found
No related merge requests found
Pipeline #5598 passed
......@@ -26,9 +26,9 @@ AUTHOR_FEED_RSS = None
# Navbar
MENUITEMS = [
('Home', '/index.html'),
('Home', 'index.html'),
('Projekte', [
('FrogLabs', '/bar.html'),
('FrogLabs', 'bar.html'),
('HacknFun', 'https://example.com'),
('AlekSIS', 'https://aleksis.org'),
]),
......@@ -41,15 +41,15 @@ FOOTERMENU = (('Pelican', 'http://getpelican.com/'),
I18N_SUBSITES = {
"en": {
"MENUITEMS": [
('Home', '/index_en.html'),
('News', '/archives.html'),
('Home', 'index_en.html'),
('News', 'archives.html'),
('Foo', [
('Bar', '/bar.html'),
('Bar', 'bar.html'),
('Beispiel', 'https://example.com'),
]),
('Bar', [
('Foobar', '/beispiel'),
('Barfoo', '/beispiel1.html'),
('Foobar', 'beispiel'),
('Barfoo', 'beispiel1.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