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_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
|
||||||
|
Loading…
Reference in New Issue
Block a user