From 88aead4504586066c21ba3e4c42dba3b4343d9b8 Mon Sep 17 00:00:00 2001 From: mashed-potatoes <37037851+mashed-potatoes@users.noreply.github.com> Date: Thu, 11 Oct 2018 21:04:34 +0500 Subject: [PATCH] Use HTTPS as default protocol of site (#414) --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index a779d72..a300d0d 100644 --- a/_config.yml +++ b/_config.yml @@ -3,8 +3,8 @@ # url is the full website URL # baseurl is the website's URL without the hostname -# If you are building a simple GitHub user page (http://username.github.io) then use these settings: -url: "http://username.github.io" +# If you are building a simple GitHub user page (https://username.github.io) then use these settings: +url: "https://username.github.io" baseurl: "" # If you are building a GitHub project page then use these settings: