aboutsummaryrefslogtreecommitdiff
path: root/hakyll/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hakyll/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hakyll/Main.hs b/hakyll/Main.hs
index c3765db..f2ed24e 100644
--- a/hakyll/Main.hs
+++ b/hakyll/Main.hs
@@ -76,7 +76,7 @@ main = hakyll $ do
>>= loadAndApplyTemplate "templates/default.html" indexCtx
>>= relativizeUrls
- create ["atom.xml", "feed.xml"] $ do
+ create ["atom.xml", "feed.xml", "feed.atom"] $ do
route idRoute
compile $ do
loadAllSnapshots "posts/*" "content"