Merge pull request #1471 from JulienMelissas/move-html-to-base
Moved opening html tag to base.php
This commit is contained in:
2
base.php
2
base.php
@@ -5,6 +5,8 @@ use Roots\Sage\Wrapper;
|
||||
|
||||
?>
|
||||
|
||||
<!doctype html>
|
||||
<html class="no-js" <?php language_attributes(); ?>>
|
||||
<?php get_template_part('templates/head'); ?>
|
||||
<body <?php body_class(); ?>>
|
||||
<!--[if lt IE 9]>
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
<!doctype html>
|
||||
<html class="no-js" <?php language_attributes(); ?>>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
Reference in New Issue
Block a user