We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eddbb3 commit 094d26eCopy full SHA for 094d26e
pelicanconf.py
@@ -17,11 +17,11 @@
17
MAIN_MENU = True
18
DISPLAY_PAGES_ON_MENU = False
19
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'),
+ ('News', '/category/news.html'),
+ ('Articles', '/category/articles.html'),
+ ('Tutoriels', '/category/tutoriels.html'),
+ ('Catégories', '/categories.html'),
+ ('Tags', '/tags.html'),
25
]
26
27
PLUGIN_PATHS = ['plugins']
0 commit comments