Merge in updates from HTML5 Boilerplate

This commit is contained in:
Ben Word
2013-11-07 19:39:04 -06:00
parent ecf150853b
commit 3c163bdd4b
3 changed files with 9 additions and 6 deletions

View File

@@ -1,7 +1,11 @@
<?php get_template_part('templates/head'); ?>
<body <?php body_class(); ?>>
<!--[if lt IE 8]><div class="alert alert-warning"><?php _e('You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.', 'roots'); ?></div><![endif]-->
<!--[if lt IE 8]>
<div class="alert alert-warning">
<?php _e('You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.', 'roots'); ?>
</div>
<![endif]-->
<?php
do_action('get_header');