diff --git a/site.hs b/site.hs index 3bf4808..cf132e7 100644 --- a/site.hs +++ b/site.hs @@ -68,7 +68,7 @@ main = do compile $ do posts <- recentFirst =<< loadAll "posts/*" let sitemapCtx = - constField "baseUrl" "sanchayanmaity.gitlab.io" `mappend` + constField "baseUrl" "sanchayanmaity.net" `mappend` constField "title" "Sitemap" `mappend` listField "posts" (postCtxWithTags tags) (return posts) `mappend` (postCtxWithTags tags) diff --git a/templates/default.html b/templates/default.html index 52ce03d..539c02d 100644 --- a/templates/default.html +++ b/templates/default.html @@ -39,7 +39,7 @@