site.hs: Clean up redundant bracket
This commit is contained in:
parent
990c576703
commit
710955ed42
1 changed files with 1 additions and 1 deletions
2
site.hs
2
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
|
||||
|
|
Loading…
Reference in a new issue