File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5
5
6
6
?>
7
7
8
- <?php get_template_part ('templates/head ' ); ?>
8
+ <!doctype html>
9
+ <html class="no-js" <?php language_attributes (); ?> >
10
+ <?php get_template_part ('templates/head ' ); ?>
9
11
<body <?php body_class (); ?> >
10
12
<!--[if lt IE 9]>
11
13
<div class="alert alert-warning">
Original file line number Diff line number Diff line change 1
- <!doctype html>
2
- <html class="no-js" <?php language_attributes (); ?> >
3
- <head>
4
- <meta charset="utf-8">
5
- <meta http-equiv="x-ua-compatible" content="ie=edge">
6
- <meta name="viewport" content="width=device-width, initial-scale=1">
7
- <?php wp_head (); ?>
8
- </head>
1
+ <head>
2
+ <meta charset="utf-8">
3
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1">
5
+ <?php wp_head (); ?>
6
+ </head>
You can’t perform that action at this time.
0 commit comments