From c62402301806a23c03f50d16e76ffe1213dae9cd Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 23 Jun 2020 10:56:23 +0200 Subject: [PATCH] Feat: home line point to root of website --- pelicanconf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index c8eeda4..79a660d 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -42,7 +42,11 @@ AUTHOR_FEED_RSS = None # Blogroll LINKS = [ - ("2019-2020", "/2019-2020/") + ("2015-2016", "/2015-2016/"), + ("2016-2017", "/2016-2017/"), + ("2017-2018", "/2017-2018/"), + ("2018-2019", "/2018-2019/"), + ("2019-2020", "/2019-2020/"), ] # Social widget SOCIAL = ()