From 8a58f72c64763c316358632dbaa51628ac846929 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sun, 16 Aug 2020 10:23:31 +0200 Subject: [PATCH] Feat: remove link to bopytex and mapytex --- .gitignore | 1 + globalconf.py | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 73c8a34..a8414c4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ content/Enseignements/2* __pycache__ *.pid venv/ +.vim/ diff --git a/globalconf.py b/globalconf.py index 2b4a4d4..270ea35 100644 --- a/globalconf.py +++ b/globalconf.py @@ -10,9 +10,8 @@ MENUITEMS = [ #("Dernières modifications", SITEURL+"blog_index.html"), ("Accueil", "/"), ("Contenus de cours", "/pages/tout-sur-mes-cours.html"), - ('blog', '/blog_index.html'), - ('Opytex', "/opytex/"), - ("pyMath", "/pymath/"), + ('Blog', '/blog_index.html'), + ('Informatique', "/projets-informatiques.html"), ('À propos', "/pages/a-propos.html"), ]