diff options
author | EuAndreh <eu@euandre.org> | 2018-07-25 14:55:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-25 14:55:11 -0300 |
commit | 76684ff02af4a47ab06b0b7dca255ad8450870b5 (patch) | |
tree | ed5165f4b8d81a034e704a5388677fe078a0735a /hakyll/Main.hs | |
parent | Add fonts and styles under site/static/external/ (diff) | |
download | euandre.org-76684ff02af4a47ab06b0b7dca255ad8450870b5.tar.gz euandre.org-76684ff02af4a47ab06b0b7dca255ad8450870b5.tar.xz |
Fix article links in Atom feed
Diffstat (limited to 'hakyll/Main.hs')
-rw-r--r-- | hakyll/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hakyll/Main.hs b/hakyll/Main.hs index 2b2e910..e12517f 100644 --- a/hakyll/Main.hs +++ b/hakyll/Main.hs @@ -104,7 +104,7 @@ feedConfiguration = FeedConfiguration , feedDescription = "EuAndreh's blog" , feedAuthorName = "EuAndreh" , feedAuthorEmail = "eu@euandre.org" - , feedRoot = "euandre.org" + , feedRoot = "" } dropPrefix :: String -> Routes |