aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-06-01 14:37:00 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-06-01 14:37:00 -0400
commit3bfcb12ca0f7c3ec7b29e6e2e1d915441cca8170 (patch)
tree68350a6334aa063a73debf03a7e8ecaed1251718 /_layouts/default.html
parent7163abfa7e70e3b7a65dc6207b1c2039987327b5 (diff)
downloadkompetenzbolzen.github.io-3bfcb12ca0f7c3ec7b29e6e2e1d915441cca8170.tar.gz
Rolling without HTML5 shiv, because don't need IE8 support
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index e9e30fe..f78d851 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -2,7 +2,7 @@
<html>
<head>
<!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
-
+
<meta charset="utf-8" />
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
@@ -14,10 +14,6 @@
<meta name="description" content="{{ site.description }}">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
- <!--[if IE]>
- <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
-
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
</head>