From c8e3ffc8750958d0796c9d7f4adace73f801eb8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89li=20Marshal?= Date: Fri, 10 Jul 2015 16:53:03 -0600 Subject: [PATCH] Omit protocol from embedded font resources Fixes the mixed content errors and loads fonts when accessing https://gohugo.io/ --- layouts/index.html | 2 +- static/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index e7d3d423d..d7fb4a513 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -11,7 +11,7 @@ - + diff --git a/static/css/style.css b/static/css/style.css index 89f4f1ecd..aa147bafa 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,5 +1,5 @@ /* Import fonts */ -@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic); +@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic); /* ****************************** For the github btn