Feat: menu is ok
This commit is contained in:
parent
dbb4f2f9e5
commit
adab4cdd33
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user