Skip to content

Commit 094d26e

Browse files
author
Thierry Chappuis
committed
Corrected a mistake with the links in the menu
1 parent 2eddbb3 commit 094d26e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pelicanconf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
MAIN_MENU = True
1818
DISPLAY_PAGES_ON_MENU = False
1919
MENUITEMS = [
20-
('News', 'category/news.html'),
21-
('Articles', 'category/articles.html'),
22-
('Tutoriels', 'category/tutoriels.html'),
23-
('Catégories', 'categories.html'),
24-
('Tags', 'tags.html'),
20+
('News', '/category/news.html'),
21+
('Articles', '/category/articles.html'),
22+
('Tutoriels', '/category/tutoriels.html'),
23+
('Catégories', '/categories.html'),
24+
('Tags', '/tags.html'),
2525
]
2626

2727
PLUGIN_PATHS = ['plugins']

0 commit comments

Comments
 (0)