Feat: adapt to the year!

This commit is contained in:
Bertrand Benjamin 2020-06-23 10:48:40 +02:00
parent da8b91989f
commit 5bbfc35ca7
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/2017-2018/
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 = "2017-2018"
SITEURL = ''
CC_LICENSE_COMMERCIAL = True