From b5b59663af50dff1326c7ea1a42c81ec5c040aa1 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 23 Jun 2020 10:59:58 +0200 Subject: [PATCH] feat: adapt to the year --- Makefile | 2 +- pelicanconf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ba5a765..347a269 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PY?=python3 PELICAN?=pelican PELICANOPTS= -YEARSUBFOLDER=enseignements/2019-2020/ +YEARSUBFOLDER=enseignements/2016-2017/ BASEDIR=$(CURDIR) INPUTDIR=$(BASEDIR)/content diff --git a/pelicanconf.py b/pelicanconf.py index 03de42d..7897122 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 = "2016-2017" SITEURL = '' CC_LICENSE_COMMERCIAL = True