aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-11-18 21:11:49 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-02-01 18:38:02 +0100
commit92f04c836f4d0cd367428532f64fd82f9874b07c (patch)
tree3a5fc127fdd3e15cdfb5473405a466c46cd65181
parent50b2fd162406a83b28f48f7ece2f86e91cb4c968 (diff)
Removed hash in links to articles
-rwxr-xr-xpelicanconf.py1
1 files changed, 1 insertions, 0 deletions
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 <span class="amp">&</span> du code'
MAIN_MENU=False
COPYRIGHT_NAME="Sébastien Dailly"
+DISABLE_URL_HASH=True
THEME_TEMPLATES_OVERRIDES = \
[ 'theme/custom' ]