Feat: Adapt to year 2021-2022

This commit is contained in:
Bertrand Benjamin 2021-08-22 18:02:57 +02:00
parent 6060a52717
commit dbbb0b5ecf
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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'