From a447120f95b53a9b0563e2b662892ce76d7b66f1 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 9 Feb 2021 18:55:46 +0530 Subject: [PATCH] Update to use own domain --- site.hs | 2 +- templates/default.html | 2 +- templates/sitemap.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 @@