summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorOlivier Gayot <og@satcom1.com>2016-07-19 16:33:44 +0200
committerOlivier Gayot <og@satcom1.com>2016-07-19 16:33:44 +0200
commit91ff1929ec3107f781741bea937861883c2e6414 (patch)
tree4a594856850e03c8c579220781463051b5a08ef9 /conf.py
parent57ffc137a9de6891689bea6f3e2a4f92a54449e7 (diff)
disable social buttons
Signed-off-by: Olivier Gayot <og@satcom1.com>
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index 5e6d451..4227345 100644
--- a/conf.py
+++ b/conf.py
@@ -962,6 +962,7 @@ MARKDOWN_EXTENSIONS = ['fenced_code', 'codehilite', 'extra']
# <script src="https://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4f7088a56bb93798"></script>
# <!-- End of social buttons -->
# """
+SOCIAL_BUTTONS_CODE = ''
# Show link to source for the posts?
# Formerly known as HIDE_SOURCELINK (inverse)