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

github.com/gizak/nofancy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Guo <zack.y.guo@gmail.com>2016-11-28 22:31:15 +0300
committerGitHub <noreply@github.com>2016-11-28 22:31:15 +0300
commitc1113e80b9965c715681179d8f8556ea51fd7bd6 (patch)
treeb8b34e0a6e1316a61e39716307bf879f6d7e0f35
parent151dd320af1f43d7c783f80d2a98df6ccc59b26f (diff)
parenta58eba8c66d868841178c8b884e7176f06d7f514 (diff)
Merge pull request #6 from floriank/patch-1
Use cdnjs and use relative paths
-rw-r--r--layouts/partials/header.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 7452446..971fce6 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -15,12 +15,12 @@
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/fonts.css">
<!-- 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">
+ <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/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/custom.css">