aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-06-01 18:29:20 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-06-01 18:29:20 -0400
commit5b34fba102ede299d784ea9f4d066e0555c57dbc (patch)
treea30abf9a638898f6eb682aa72297f45bc34058f4
parentfb61a1d6b6b7dd6a7a4a538c25272e012ae10dcf (diff)
downloadkompetenzbolzen.github.io-5b34fba102ede299d784ea9f4d066e0555c57dbc.tar.gz
Might as well take IE8 and below support for 3 lines of code.
-rw-r--r--_layouts/default.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 22c6559..b43c60b 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -12,6 +12,10 @@
<meta name="description" content="{{ site.description }}">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
+ <!--[if lt IE 9]>
+ <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+ <![endif]-->
+
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
<!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->