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

github.com/keichi/vienna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Carrier <icecreammatt@gmail.com>2015-04-01 10:15:45 +0300
committerMatt Carrier <icecreammatt@gmail.com>2015-04-01 10:18:17 +0300
commit56299d5e83e912d5e40f056a378df1e850247db0 (patch)
tree8853ce86a008ba604662ce6b466260e2a1bd1958
parent860dd3eb62e9e73d89c891292790840ec7276589 (diff)
Removed protocol from Google fonts link to support HTTPS and HTTP
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 9f697a5..829a84b 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -27,7 +27,7 @@
<link rel="stylesheet" href="{{ .Site.BaseUrl }}css/main.css" />
<link rel="stylesheet" href="{{ .Site.BaseUrl }}css/font-awesome.min.css" />
<link rel="stylesheet" href="{{ .Site.BaseUrl }}css/github.css" />
- <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
+ <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="{{ .Site.BaseUrl }}images/favicon.ico" />
<link rel="apple-touch-icon" href="{{ .Site.BaseUrl }}images/apple-touch-icon.png" />
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />