Rolling without HTML5 shiv, because don't need IE8 support

This commit is contained in:
Barry Clark 2014-06-01 14:37:00 -04:00
parent 7163abfa7e
commit 3bfcb12ca0
1 changed files with 1 additions and 5 deletions

View File

@ -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>