From adab4cdd33306ec653cd3ffd4e621a4ff84f4f92 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 23 Jun 2020 10:03:36 +0200 Subject: [PATCH] Feat: menu is ok --- pelicanconf.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 8e72ae6..5dfc7d8 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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