Moved opening html tag to base.php

Still using the `head.php` partial at this point.
This commit is contained in:
Julien Melissas
2015-05-15 15:45:45 -04:00
parent 3c8a487f79
commit 9e6d0ee587
2 changed files with 9 additions and 9 deletions

View File

@@ -5,6 +5,8 @@ use Roots\Sage\Wrapper;
?> ?>
<!doctype html>
<html class="no-js" <?php language_attributes(); ?>>
<?php get_template_part('templates/head'); ?> <?php get_template_part('templates/head'); ?>
<body <?php body_class(); ?>> <body <?php body_class(); ?>>
<!--[if lt IE 9]> <!--[if lt IE 9]>

View File

@@ -1,5 +1,3 @@
<!doctype html>
<html class="no-js" <?php language_attributes(); ?>>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge"> <meta http-equiv="x-ua-compatible" content="ie=edge">