Skip to content

Commit 73d9750

Browse files
committed
Remove Modernizr script and add html5shiv and media query polyfill scripts for < IE9
1 parent b9b9154 commit 73d9750

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

_includes/_head.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,11 @@
4040

4141
<meta http-equiv="cleartype" content="on">
4242

43-
<!-- Load Modernizr -->
44-
<script src="{{ site.url }}/assets/js/vendor/modernizr-2.6.2.custom.min.js"></script>
43+
<!-- HTML5 Shiv and Media Query Support -->
44+
<!--[if lt IE 9]>
45+
<script src="{{ site.url }}/assets/js/vendor/html5shiv.min.js"></script>
46+
<script src="{{ site.url }}/assets/js/vendor/respond.min.js"></script>
47+
<![endif]-->
4548

4649
<!-- Icons -->
4750
<!-- 16x16 -->

0 commit comments

Comments
 (0)