Feat: adapt to the year

This commit is contained in:
Bertrand Benjamin 2020-06-23 11:50:44 +02:00
parent 1ad81faabe
commit fa65e4bf7d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ PY?=python3
PELICAN?=pelican
PELICANOPTS=
YEARSUBFOLDER=enseignements/2019-2020/
YEARSUBFOLDER=enseignements/2018-2019/
BASEDIR=$(CURDIR)
INPUTDIR=$(BASEDIR)/content

View File

@ -9,7 +9,7 @@ from globalconf import *
AUTHOR = 'Benjamin Bertrand'
SITENAME = 'OpyTex'
SITETITLE = 'OpyTex'
SITESUBTITLE = "2019-2020"
SITESUBTITLE = "2018-2019"
SITEURL = ''
CC_LICENSE_COMMERCIAL = True