Update to use own domain
This commit is contained in:
parent
e07808142d
commit
a447120f95
3 changed files with 3 additions and 3 deletions
2
site.hs
2
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)
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<footer>
|
||||
<ul>
|
||||
<li><a class='fab fa-github' href='https://github.com/sanchayanmaity'></a></li>
|
||||
<li><a class='fab fa-gitlab' href='https://gitlab.com/sanchayanmaity'></a></li>
|
||||
<li><a class='fab fa-gitlab' href='https://gitlab.freedesktop.org/SanchayanMaity'></a></li>
|
||||
<li><a class='fab fa-twitter' href='https://twitter.com/sanchayan_maity'></a></li>
|
||||
<li><a class='fab fa-lastfm-square' href='https://www.last.fm/user/sanchayan_maity'></a></li>
|
||||
<li><a class='fab fa-linkedin' href='https://in.linkedin.com/in/sanchayan-maity-57235953'></a></li>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
$for(posts)$
|
||||
<url>
|
||||
<loc>http://sanchayanmaity.gitlab.io$url$</loc>
|
||||
<loc>https://www.sanchayanmaity.net$url$</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
$if(dateMap)$<lastmod>$dateMap$</lastmod>$endif$
|
||||
<priority>0.8</priority>
|
||||
|
|
Loading…
Reference in a new issue