From: M. Taylor Saotome-Westlake Date: Thu, 27 Apr 2017 14:57:02 +0000 (-0700) Subject: include protocol in feed domain X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=commitdiff_plain;h=9934f9cdc301ed38f49ab1ec2f4a5c72b5797de5 include protocol in feed domain (thx to A.J.H. for bug report) --- diff --git a/publishconf.py b/publishconf.py index 6498696..6ed4609 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,11 +10,11 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'unremediatedgender.space' # XXX: relative URLs == False resulted in hostname erroneously appearing twice # in path?! RELATIVE_URLS = True +FEED_DOMAIN = SITEURL FEED_ALL_ATOM = 'feeds/all.atom.xml' CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'