From 16d5484896cf339b5ccf2831b6f0ef0fc9507d4c Mon Sep 17 00:00:00 2001 From: Benjamin Gray Date: Fri, 20 Oct 2023 15:07:32 +1100 Subject: [PATCH] Disable comments They are never used and inject ads Signed-off-by: Benjamin Gray --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 7b45ad5..baa56d7 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -6,7 +6,7 @@ SITEURL = 'https://sthbrx.github.io' SITESUBTITLE = 'A Power Technical Blog' -DISQUS_SITENAME = 'sthbrx' +# DISQUS_SITENAME = 'sthbrx' PATH = 'content' STATIC_PATHS = ['images', 'misc']