Feat: remove link to bopytex and mapytex
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2020-08-16 10:23:31 +02:00
parent b720e17c61
commit 438251f75d
2 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ content
__pycache__
*.pid
venv/
.vim/

View File

@ -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"),
]