Feat: adapt to the year

This commit is contained in:
2020-06-23 11:04:26 +02:00
parent da8b91989f
commit ce8d9f8557
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ PY?=python3
PELICAN?=pelican
PELICANOPTS=
YEARSUBFOLDER=enseignements/2019-2020/
YEARSUBFOLDER=enseignements/2015-2016/
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 = "2015-2016"
SITEURL = ''
CC_LICENSE_COMMERCIAL = True