From 25932407da216f9bf06fb5fb37d808dd94ff1352 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 25 Jan 2020 14:58:46 -0300 Subject: Add feedRoot value to Atom This way the generated file contains the full URL of IDs and paths, as recommended by W3C Feed Validation Service: https://validator.w3.org/feed/ --- hakyll/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hakyll/Main.hs') diff --git a/hakyll/Main.hs b/hakyll/Main.hs index d84cf40..c3765db 100644 --- a/hakyll/Main.hs +++ b/hakyll/Main.hs @@ -114,7 +114,7 @@ feedConfiguration = FeedConfiguration , feedDescription = "EuAndreh's blog" , feedAuthorName = "EuAndreh" , feedAuthorEmail = "eu@euandre.org" - , feedRoot = "" + , feedRoot = "https://euandre.org" } dropPrefix :: String -> Routes -- cgit v1.2.3