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:
authorDragos Plesca <dragos.plesca@gmail.com>2015-05-24 20:55:49 +0300
committerDragos Plesca <dragos.plesca@gmail.com>2015-05-24 20:55:49 +0300
commit37723221674859db9e9cfa5a2e9d5082f5921127 (patch)
treec98e7686d35c5c0ee5c29f6dd4127c85f758ad7f
parent92bd8127e4b1e24cd2a891449a3167320885e6a7 (diff)
make old-ie responsive grid css loadable on https
-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 5e5f2b9..d01918d 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -19,7 +19,7 @@
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Oxygen:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/pure-min.css">
{{ "<!--[if lte IE 8]>" | safeHtml }}
- <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]-->" | safeHtml }}
{{ "<!--[if gt IE 8]><!-->" | safeHtml }}
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css">