Remove extraneous no-js
This commit is contained in:
2
base.php
2
base.php
@@ -6,7 +6,7 @@ use Roots\Sage\Wrapper;
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html class="no-js" <?php language_attributes(); ?>>
|
<html <?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]>
|
||||||
|
|||||||
Reference in New Issue
Block a user