From dbbb0b5ecf121dfe9c29351ffd73055b5b7de825 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sun, 22 Aug 2021 18:02:57 +0200 Subject: [PATCH] Feat: Adapt to year 2021-2022 --- pelicanconf.py | 2 +- publishconf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index c65369c..a9cd5a2 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -9,7 +9,7 @@ from globalconf import * AUTHOR = 'Benjamin Bertrand' SITENAME = 'OpyTex' SITETITLE = 'OpyTex' -SITESUBTITLE = "2020-2021" +SITESUBTITLE = "2021-2022" SITEURL = '' CC_LICENSE_COMMERCIAL = True diff --git a/publishconf.py b/publishconf.py index cf1e5d5..9761cb7 100644 --- a/publishconf.py +++ b/publishconf.py @@ -11,7 +11,7 @@ sys.path.append(os.curdir) from pelicanconf import * # If your site is available via HTTPS, make sure SITEURL begins with https:// -SITEURL = 'https://opytex.org/enseignements/2020-2021/' +SITEURL = 'https://opytex.org/enseignements/2021-2022/' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'