From 710955ed422e282cf81fa7a991c0a01ad3de9e42 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sat, 19 Nov 2022 14:16:44 +0530 Subject: [PATCH] site.hs: Clean up redundant bracket --- site.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.hs b/site.hs index cf132e7..58f30e3 100644 --- a/site.hs +++ b/site.hs @@ -71,7 +71,7 @@ main = do constField "baseUrl" "sanchayanmaity.net" `mappend` constField "title" "Sitemap" `mappend` listField "posts" (postCtxWithTags tags) (return posts) `mappend` - (postCtxWithTags tags) + postCtxWithTags tags makeItem "" >>= loadAndApplyTemplate "templates/sitemap.xml" sitemapCtx