diff --git a/_config.yml b/_config.yml index f41bf07..b33b204 100755 --- a/_config.yml +++ b/_config.yml @@ -12,6 +12,10 @@ baseurl: /personal-jekyll-theme google-tracking-id: "" +# Forces https everywhere in your website, except when you serve it locally + +force-https: True + ############# # HTML Head # ############# diff --git a/_includes/head.html b/_includes/head.html index 2e572dd..b0496f0 100755 --- a/_includes/head.html +++ b/_includes/head.html @@ -36,6 +36,13 @@ {% if site.favicon %} {% endif %} + {% if site.force-https %} + + {% endif %}