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>2016-07-14 08:49:50 +0300
committerDragos Plesca <dragos.plesca@gmail.com>2016-07-14 08:50:24 +0300
commit6fcb1fff2774ee4005a4252fb5f7a4f918899ce8 (patch)
tree56b0d45aaaeee95375e88f4648afad36f62acebf
parent148ab10ef4a6236db6820891697fe208d2a21adc (diff)
Drop old IE support
Fixes #17
-rw-r--r--layouts/partials/header.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 4ca7e6d..429fd04 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -19,12 +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="//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">
- {{ "<!--<![endif]-->" | safeHTML }}
+ <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/all.min.css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">