From 92f04c836f4d0cd367428532f64fd82f9874b07c Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Thu, 18 Nov 2021 21:11:49 +0100 Subject: Removed hash in links to articles --- pelicanconf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pelicanconf.py b/pelicanconf.py index dace3c0..b467220 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -42,6 +42,7 @@ SITETITLE= 'Chimrod' SITESUBTITLE = 'Des glyphes & du code' MAIN_MENU=False COPYRIGHT_NAME="Sébastien Dailly" +DISABLE_URL_HASH=True THEME_TEMPLATES_OVERRIDES = \ [ 'theme/custom' ] -- cgit v1.2.3