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_PAGES_ON_MENU = False
DISPLAY_CATEGORIES_ON_MENU = False DISPLAY_CATEGORIES_ON_MENU = False
MENUITEMS = [ MENUITEMS = [
('Opytex', "/opytex/"), #("Dernières modifications", SITEURL+"blog_index.html"),
("pyMath", "/pymath/"), ("Contenus de cours", "/pages/tout-sur-mes-cours.html"),
("Enseignement", "/Enseignements"), ('blog', '/blog_index.html'),
#('blog', '/blog_index.html'), ('Opytex', "/opytex/"),
('À propos', "/about.html"), ("pyMath", "/pymath/"),
('Archives', "/archives.html"), ('À propos', "/pages/a-propos.html"),
] ]
# Feed generation is usually not desired when developing # Feed generation is usually not desired when developing