From 90af334c2192287b982238829db003848edd53c8 Mon Sep 17 00:00:00 2001 From: =?utf8?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/ --- docs/layouts/index.html | 2 +- docs/static/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/layouts/index.html b/docs/layouts/index.html index e7d3d423..d7fb4a51 100644 --- a/docs/layouts/index.html +++ b/docs/layouts/index.html @@ -11,7 +11,7 @@ - + diff --git a/docs/static/css/style.css b/docs/static/css/style.css index 89f4f1ec..aa147baf 100755 --- a/docs/static/css/style.css +++ b/docs/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 -- 2.30.2