From 76684ff02af4a47ab06b0b7dca255ad8450870b5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 25 Jul 2018 14:55:11 -0300 Subject: Fix article links in Atom feed --- TODOs.org | 1 + hakyll/Main.hs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3