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

github.com/dplesca/purehugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhongtao.liu <zhongtao.liu@baidao.com>2015-04-30 13:17:21 +0300
committerzhongtao.liu <zhongtao.liu@baidao.com>2015-04-30 13:17:21 +0300
commit55f43f50caba9e742f0b41a2e94ded2452650d22 (patch)
treea1029ac1333bfbe45853e9ded080b5859e65efd8
parent68b652b2b570818ae83d1f552832e4d4f1c214e6 (diff)
yui cdn doesn't support https protocol, use cloudflare instead
-rw-r--r--layouts/partials/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index b238183..ec4b194 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -17,12 +17,12 @@
<meta property="og:description" content="{{ if .IsNode }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ else }}{{ with .Description }}{{ . }}{{ end }}{{ end }}">
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Oxygen:400,700' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
+ <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/pure-min.css">
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
- <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
+ <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css">
<!--<![endif]-->
<link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/all.min.css">