mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Hard code feed domain (cheap workaround)
Because SITEURL is not set yet.
This commit is contained in:
parent
4f6cfd78fb
commit
bc4c8d6d94
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,8 @@ LINKS = (
|
||||||
)
|
)
|
||||||
|
|
||||||
ICONS = (
|
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'),
|
('github', 'https://github.com/rwanyoike/pelican-alchemy'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue