projects
/
Ultimately_Untrue_Thought.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8034226
)
include protocol in feed domain
author
M. Taylor Saotome-Westlake
<
[email protected]
>
Thu, 27 Apr 2017 14:57:02 +0000
(07:57 -0700)
committer
M. Taylor Saotome-Westlake
<
[email protected]
>
Thu, 27 Apr 2017 14:57:02 +0000
(07:57 -0700)
(thx to A.J.H. for bug report)
publishconf.py
patch
|
blob
|
history
diff --git
a/publishconf.py
b/publishconf.py
index
6498696
..
6ed4609
100644
(file)
--- 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'