aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--TODOs.org1
-rw-r--r--hakyll/Main.hs2
2 files changed, 2 insertions, 1 deletions
diff --git a/TODOs.org b/TODOs.org
index a128530..c91f153 100644
--- a/TODOs.org
+++ b/TODOs.org
@@ -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