diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-11-18 14:41:33 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-11-18 14:46:42 +0100 |
commit | d9bd96cf8205c8064af0b973100b5d8d387c5d56 (patch) | |
tree | 9ef1afed5eff41e2c2e33c69fd954fcd394b99c7 | |
parent | d238bbaf8d57e1afbca3dfb1beb8528921e619ba (diff) |
Removed the comment system
-rw-r--r-- | publishconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/publishconf.py b/publishconf.py index 261cf85..36fc07c 100644 --- a/publishconf.py +++ b/publishconf.py @@ -15,7 +15,7 @@ DELETE_OUTPUT_DIRECTORY = True # Uncomment following line for absolute URLs in production: #RELATIVE_URLS = False -DISQUS_SITENAME='chimrod' +#DISQUS_SITENAME='chimrod' #GOOGLE_ANALYTICS = "" import sys |