-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
28 lines (25 loc) · 1.11 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--[if lt IE 9]>
<div class="old-browser-container">
<div class="old-browser-message">
<div class="o-b-title">Your browser is outdated</div>
<div class="o-b-message">Your browser is out of date, and some things may not look right. For an optimal viewing expierence, please <a href="https://www.google.com/chrome/index.html" target="_blank">update your browser.</a>
</div>
</div>
</div><![endif]-->
<?php wp_head(); ?>
<!--[if IE]>
<link href="/wp-content/themes/xpand-starter/assets/css/bootstrap-ie9.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/g/[email protected]"></script>
<![endif]-->
<!--[if lt IE 9]>
<link href="/wp-content/themes/xpand-starter/assets/css/bootstrap-ie8.css" rel="stylesheet">
<![endif]-->
</head>
<body <?php body_class(); ?>>
<?php get_template_part( 'template-parts/partials/content', 'nav-menu' ); ?>