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