site.hs: Clean up redundant bracket

This commit is contained in:
Sanchayan Maity 2022-11-19 14:16:44 +05:30
parent 990c576703
commit 710955ed42
1 changed files with 1 additions and 1 deletions

View File

@ -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