From fa65e4bf7db09575079ba3ccd471bb3b6585dea7 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 23 Jun 2020 11:50:44 +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..346b9ae 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PY?=python3 PELICAN?=pelican PELICANOPTS= -YEARSUBFOLDER=enseignements/2019-2020/ +YEARSUBFOLDER=enseignements/2018-2019/ BASEDIR=$(CURDIR) INPUTDIR=$(BASEDIR)/content diff --git a/pelicanconf.py b/pelicanconf.py index 03de42d..c8642b3 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 = "2018-2019" SITEURL = '' CC_LICENSE_COMMERCIAL = True