diff options
author | Olivier Gayot <og@satcom1.com> | 2016-07-19 16:33:44 +0200 |
---|---|---|
committer | Olivier Gayot <og@satcom1.com> | 2016-07-19 16:33:44 +0200 |
commit | 91ff1929ec3107f781741bea937861883c2e6414 (patch) | |
tree | 4a594856850e03c8c579220781463051b5a08ef9 /conf.py | |
parent | 57ffc137a9de6891689bea6f3e2a4f92a54449e7 (diff) |
disable social buttons
Signed-off-by: Olivier Gayot <og@satcom1.com>
Diffstat (limited to 'conf.py')
-rw-r--r-- | conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |