From 4055fed3c48f25340e43ddbd89f68868a46ef0c6 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 26 Aug 2020 08:25:57 +0200 Subject: [PATCH] Feat: add year 2020-2021 links --- content/pages/Enseignements.rst | 3 ++- content/pages/home.rst | 3 ++- pelicanconf.py | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/content/pages/Enseignements.rst b/content/pages/Enseignements.rst index 814125e..8c21382 100644 --- a/content/pages/Enseignements.rst +++ b/content/pages/Enseignements.rst @@ -12,7 +12,8 @@ Les années qui s'écoulent Au lycée de Bellegarde. -- `2019/2020 `_ (SNT, première ST, première STspésti2d, TES-L, Tsti2d) +- `2020/2021 `_ (SNT, Terminale ST, Terminale ST sti2d, Enseignement scientifique en terminale) +- `2019/2020 `_ (SNT, Première ST, Première ST sti2d, TES-L, Tsti2d) Un an de TZR dans le Jura à chercher comment m'occuper. diff --git a/content/pages/home.rst b/content/pages/home.rst index a5bb0a3..bd80636 100644 --- a/content/pages/home.rst +++ b/content/pages/home.rst @@ -15,7 +15,8 @@ Ce site regroupe tout ce que j'ai pu écrire pour mes cours de math au collège Les année s'écoulent tranquillement au lycée de Bellegarde -- `2019/2020 `_ (SNT, première ST, première STspésti2d, TES-L, Tsti2d) +- `2020/2021 `_ (SNT, Terminale ST, Terminale ST sti2d, Enseignement scientifique en terminale) +- `2019/2020 `_ (SNT, Première ST, Première ST sti2d, TES-L, Tsti2d) Un an de TZR dans le Jura à chercher comment m'occuper. diff --git a/pelicanconf.py b/pelicanconf.py index 3fc3922..7d3d234 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -64,6 +64,7 @@ LINKS = [ ("2017-2018", "/enseignements/2017-2018/"), ("2018-2019", "/enseignements/2018-2019/"), ("2019-2020", "/enseignements/2019-2020/"), + ("2020-2021", "/enseignements/2020-2021/"), ] # Social widget SOCIAL = ()