diff --git a/Makefile b/Makefile index ba5a765..6afaaa9 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PY?=python3 PELICAN?=pelican PELICANOPTS= -YEARSUBFOLDER=enseignements/2019-2020/ +YEARSUBFOLDER=enseignements/2015-2016/ BASEDIR=$(CURDIR) INPUTDIR=$(BASEDIR)/content diff --git a/pelican-plugins b/pelican-plugins index 5c5f965..f8394e3 160000 --- a/pelican-plugins +++ b/pelican-plugins @@ -1 +1 @@ -Subproject commit 5c5f965c984d9cb9324c1c7b251d448992c4bda5 +Subproject commit f8394e39df71f697c6879ef88e16f4d6d4bce614 diff --git a/pelicanconf.py b/pelicanconf.py index 03de42d..9d7656c 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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