Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/allnightgrocery/hugo-theme-blueberry-detox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew R. Jenkins <allnightgrocery@gmail.com>2017-01-04 04:30:30 +0300
committerGitHub <noreply@github.com>2017-01-04 04:30:30 +0300
commit3989ca92e9bd427569d759155eec6f36410a2f0a (patch)
treee57c866ac6151a8f15b288e2b211d826c37506a2
parentc31a18c16dfbd09f2a1d8ec4ec26261935d5076d (diff)
parentfd76d44e3832b6266e411c1781ee2e2dcea34b21 (diff)
Merge pull request #8 from kuahyeow/patch-1
Fix for mixed-content warning in https.
-rw-r--r--layouts/partials/head.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 5cc35a6..3c37a1b 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -4,7 +4,7 @@
<link rel="canonical" href="{{ .Site.BaseURL }}" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ .RSSLink }}">
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/main.css"/>
- <link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300|Montserrat:700" rel="stylesheet" type="text/css">
+ <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300|Montserrat:700" rel="stylesheet" type="text/css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
- </head> \ No newline at end of file
+ </head>