Feat: menu is ok

This commit is contained in:
Bertrand Benjamin 2020-06-23 10:03:36 +02:00
parent dbb4f2f9e5
commit adab4cdd33
1 changed files with 7 additions and 7 deletions

View File

@ -41,13 +41,13 @@ MAIN_MENU = True
DISPLAY_PAGES_ON_MENU = False
DISPLAY_CATEGORIES_ON_MENU = False
MENUITEMS = [
('Opytex', "/opytex/"),
("pyMath", "/pymath/"),
("Enseignement", "/Enseignements"),
#('blog', '/blog_index.html'),
('À propos', "/about.html"),
('Archives', "/archives.html"),
]
#("Dernières modifications", SITEURL+"blog_index.html"),
("Contenus de cours", "/pages/tout-sur-mes-cours.html"),
('blog', '/blog_index.html'),
('Opytex', "/opytex/"),
("pyMath", "/pymath/"),
('À propos', "/pages/a-propos.html"),
]
# Feed generation is usually not desired when developing