Update header.php
This commit is contained in:
parent
e2116839f8
commit
4341884ffc
|
@ -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(); ?>
|
||||
|
|
Loading…
Reference in New Issue