diff options
Diffstat (limited to '')
-rw-r--r-- | TODOs.org | 1 | ||||
-rw-r--r-- | hakyll/Main.hs | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -42,3 +42,4 @@ Similar to https://drewdevault.com//2018/06/05/Should-you-move-to-sr.ht.html. - [ ] Remove Home title ** TODO Double-check Atom content https://begriffs.com/posts/2016-05-28-rss-responsive-design.html +** TODO Add icon to Atom feed 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 |