From 91ff1929ec3107f781741bea937861883c2e6414 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Tue, 19 Jul 2016 16:33:44 +0200 Subject: disable social buttons Signed-off-by: Olivier Gayot --- conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'conf.py') 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'] # # # """ +SOCIAL_BUTTONS_CODE = '' # Show link to source for the posts? # Formerly known as HIDE_SOURCELINK (inverse) -- cgit v1.2.3