Proper Indentation

Metas and Links within Head should be indented as it is a common practice
This commit is contained in:
Bappi 2017-07-10 09:33:38 +06:00 committed by GitHub
parent b9dd2a4471
commit 32a9dbd5d5
1 changed files with 6 additions and 5 deletions

View File

@ -9,14 +9,15 @@
* @package _s
*/
?><!doctype html>
?>
<!doctype html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<?php wp_head(); ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>