Remove HTML5Shiv from _s. See #215.

This commit is contained in:
Philip Arthur Moore 2013-05-11 10:00:08 +09:00
parent dbddb18ccf
commit c186c5ee0b
2 changed files with 0 additions and 9 deletions

View file

@ -14,9 +14,6 @@
<title><?php wp_title( '|', true, 'right' ); ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<!--[if lt IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
<![endif]-->
<?php wp_head(); ?>
</head>