summaryrefslogtreecommitdiff
path: root/publishconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'publishconf.py')
-rw-r--r--publishconf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/publishconf.py b/publishconf.py
index f072f37..76fca8e 100644
--- a/publishconf.py
+++ b/publishconf.py
@@ -30,5 +30,4 @@ DELETE_OUTPUT_DIRECTORY = True
#GOOGLE_ANALYTICS = ""
#GITHUB_URL = "https://github.com/copyninja"
-SOCIAL = SOCIAL + (('rss', SITEURL + '/' + FEED_ALL_ATOM))
-
+SOCIAL = SOCIAL + (('rss', SITEURL + '/' + FEED_ALL_ATOM),)