From d593f3555ce7ebfcdf0e8d6feb9fdf46090f4672 Mon Sep 17 00:00:00 2001 From: Mohammad Faani Date: Sat, 26 Mar 2022 10:48:16 -0400 Subject: [PATCH] mention the importance of https vs http (#855) --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 79465841..0ad61310 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