* default rss feed link now points to an XML file

This commit is contained in:
Vincent Ambo 2012-03-25 20:56:19 +02:00
parent 1e45dcf7c8
commit 5b80f528c7
2 changed files with 2 additions and 1 deletions

View file

@ -95,6 +95,7 @@ blogHandler acid lang =
\(eId :: Integer) -> addComment acid lang $ EntryId eId
, nullDir >> showIndex acid lang
, dir "rss" $ nullDir >> showRSS acid lang
, dir "rss.xml" $ nullDir >> showRSS acid lang
, notFound $ toResponse $ showError NotFound lang
]