diff --git a/globalconf.py b/globalconf.py index 0935fb4..2b4a4d4 100644 --- a/globalconf.py +++ b/globalconf.py @@ -8,6 +8,7 @@ DISPLAY_PAGES_ON_MENU = False DISPLAY_CATEGORIES_ON_MENU = False MENUITEMS = [ #("Dernières modifications", SITEURL+"blog_index.html"), + ("Accueil", "/"), ("Contenus de cours", "/pages/tout-sur-mes-cours.html"), ('blog', '/blog_index.html'), ('Opytex', "/opytex/"), diff --git a/theme/templates/base.html b/theme/templates/base.html index da2f5b9..41bdc9f 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -94,8 +94,6 @@
{% if MAIN_MENU %}