Hard code feed domain (cheap workaround)

Because SITEURL is not set yet.
This commit is contained in:
Raymond Wanyoike 2016-11-30 17:52:52 +03:00
commit bc4c8d6d94

View file

@ -42,7 +42,8 @@ LINKS = (
)
ICONS = (
('feed', '/feeds/all.atom.xml'),
# Note feed has it's domain hard-coded (cheap workaround)
('feed', 'https://rwanyoike.github.io/pelican-alchemy/feeds/all.atom.xml'),
('github', 'https://github.com/rwanyoike/pelican-alchemy'),
)