Feat: Adapt to year 2021-2022
This commit is contained in:
parent
6060a52717
commit
dbbb0b5ecf
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue