Update header.php

This commit is contained in:
Mike Francis 2014-04-08 13:27:25 +01:00
parent e2116839f8
commit 4341884ffc
1 changed files with 1 additions and 3 deletions

View File

@ -3,8 +3,6 @@
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<meta name="HandheldFriendly" content="true">
<meta name="MobileOptimized" content="320">
<title><?php wp_title( '' ); ?></title>
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>">
<?php wp_head(); ?>
@ -21,4 +19,4 @@
<?php wp_nav_menu( array( 'theme_location' => 'header' ) ); ?>
</nav>
</div>
</header>
</header>