Feat: remove link to bopytex and mapytex
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
cc576711cb
commit
464698d88e
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ content
|
|||||||
__pycache__
|
__pycache__
|
||||||
*.pid
|
*.pid
|
||||||
venv/
|
venv/
|
||||||
|
.vim/
|
||||||
|
@ -10,9 +10,8 @@ MENUITEMS = [
|
|||||||
#("Dernières modifications", SITEURL+"blog_index.html"),
|
#("Dernières modifications", SITEURL+"blog_index.html"),
|
||||||
("Accueil", "/"),
|
("Accueil", "/"),
|
||||||
("Contenus de cours", "/pages/tout-sur-mes-cours.html"),
|
("Contenus de cours", "/pages/tout-sur-mes-cours.html"),
|
||||||
('blog', '/blog_index.html'),
|
('Blog', '/blog_index.html'),
|
||||||
('Opytex', "/opytex/"),
|
('Informatique', "/projets-informatiques.html"),
|
||||||
("pyMath", "/pymath/"),
|
|
||||||
('À propos', "/pages/a-propos.html"),
|
('À propos', "/pages/a-propos.html"),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user