From b2ed3a83ecc9fc8b2d4a0d22df994c817663b61f Mon Sep 17 00:00:00 2001 From: Mohammad Faani Date: Sat, 26 Mar 2022 10:18:22 -0400 Subject: [PATCH] mention the importance of https vs http --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 7946584..0ad6131 100644 --- a/config.yml +++ b/config.yml @@ -1,4 +1,4 @@ -baseURL: "https://adityatelange.github.io/hugo-PaperMod/" +baseURL: "https://adityatelange.github.io/hugo-PaperMod/" # if your site is in 'https', then make sure your base url isn't written using 'http' otherwise your sitemap would contain http (as opposeed to https) URLs. This would affect Google indexing of your URLs. title: PaperMod paginate: 5 theme: hugo-PaperMod