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:
authorLi-aung 'Lewis' Yip <liaung@gmail.com>2016-12-30 17:34:24 +0300
committerLi-aung 'Lewis' Yip <liaung@gmail.com>2016-12-30 17:34:24 +0300
commitb15057c11d5d3cca1870c9ac170c3a117008f9d1 (patch)
tree7f48fa807ae2d5ea9a8400829ea4ef2dd2b745f2
parent218554fe375669a2fe51c2d7a79fdc24220fa70b (diff)
Update pure-css to 0.6.1
See http://purecss.io/start/ and https://github.com/yahoo/pure/releases/
-rw-r--r--layouts/partials/header.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 5ad1eb2..b33aae0 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -16,13 +16,13 @@
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/fonts.css">
<!-- CSS –––––––––––––––––––––––––––––––––––––––––––––––––– -->
- <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/pure-min.css">
+ <link rel="stylesheet" href="https://unpkg.com/purecss@0.6.1/build/pure-min.css" integrity="sha384-CCTZv2q9I9m3UOxRLaJneXrrqKwUNOzZ6NGEUMwHtShDJ+nCoiXJCAgi05KfkLGY" crossorigin="anonymous">
<!--[if lte IE 8]>
- <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="//cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css">
-<!--<![endif]-->
+ <link rel="stylesheet" href="https://unpkg.com/purecss@0.6.1/build/grids-responsive-old-ie-min.css">
+ <![endif]-->
+ <!--[if gt IE 8]><!-->
+ <link rel="stylesheet" href="https://unpkg.com/purecss@0.6.1/build/grids-responsive-min.css">
+ <!--<![endif]-->
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/custom.css">
<!--- highlight js -->