From 9934f9cdc301ed38f49ab1ec2f4a5c72b5797de5 Mon Sep 17 00:00:00 2001 From: "M. Taylor Saotome-Westlake" Date: Thu, 27 Apr 2017 07:57:02 -0700 Subject: [PATCH] include protocol in feed domain (thx to A.J.H. for bug report) --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.17.1