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'