Added IE/Chrome edge

This commit is contained in:
Mike Francis 2014-08-28 12:10:05 +01:00
parent c19d051960
commit 742d310e9b
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title><?php wp_title( '' ); ?></title>
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>">
@ -21,4 +22,4 @@
<?php wp_nav_menu( array( 'theme_location' => 'header' ) ); ?>
</nav>
</div>
</header>
</header>