diff --git a/_layouts/default.html b/_layouts/default.html
index 113a1b30..3ba84b39 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -4,7 +4,7 @@
-
+ if (location.href.indexOf('http:') === 0) location.href = location.href.replace('http:', 'https:')
{%if page.keywords != null%}{%endif%}
{%if page.description != null%}{%endif%}
{{ site.name }} - {{ page.title }}
@@ -73,6 +73,7 @@