Orange colors

* Add Open Sans to the stack
This commit is contained in:
Nishanth Shanmugham
2015-10-14 16:32:44 -05:00
parent e7c05bde28
commit 83bf38ddb2
3 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
var baseUrl = '{{ .Site.BaseUrl }}';
var host = baseUrl.substring(0, baseUrl.length - 1).replace(/\//g, '');
if ((host === window.location.host) && (window.location.protocol !== 'https:')) {
window.location.protocol = 'https';
window.location.protocol = 'https:';
}
</script>