From 8c9a5bc9970813c34ca83b83ee01762903136fc3 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sun, 2 Feb 2014 01:21:00 +0530 Subject: configuration fix --- publishconf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'publishconf.py') 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),) -- cgit v1.2.3