Feat: adapt to the year!
This commit is contained in:
parent
da8b91989f
commit
5bbfc35ca7
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ PY?=python3
|
||||
PELICAN?=pelican
|
||||
PELICANOPTS=
|
||||
|
||||
YEARSUBFOLDER=enseignements/2019-2020/
|
||||
YEARSUBFOLDER=enseignements/2017-2018/
|
||||
|
||||
BASEDIR=$(CURDIR)
|
||||
INPUTDIR=$(BASEDIR)/content
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user