-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
48 lines (42 loc) · 2.27 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?php
/**
* The header for our theme
*
* Displays all of the <head> section and everything up till <div id="content">
*/
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NS5BDJ2');</script>
<!-- End Google Tag Manager -->
<meta charset="<?php bloginfo( 'charset' ); ?>">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="impact-site-verification" value="-890410088" />
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="theme-color" content="#ffffff">
<link rel="apple-touch-icon" sizes="180x180" href="<?= site_url( '/apple-touch-icon.png' ); ?>">
<link rel="icon" type="image/png" sizes="32x32" href="<?= site_url( '/favicon-32x32.png' ); ?>">
<link rel="icon" type="image/png" sizes="16x16" href="<?= site_url( '/favicon-16x16.png' ); ?>">
<link rel="manifest" href="<?= site_url( '/site.webmanifest' ); ?>">
<link rel="mask-icon" href="<?= site_url( '/safari-pinned-tab.svg' ); ?>" color="#444444">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="dns-prefetch" href="//www.googletagmanager.com"/>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?> itemscope itemtype="https://schema.org/WebPage">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NS5BDJ2"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<?php get_template_part('template-parts/header/offcanvas-mobile-menu'); ?>
<div class="site" id="page">
<a class="skip-link visually-hidden-focusable" href="#wrapper"><?php esc_html_e( 'Skip to content', 'wp-theme' ); ?></a>
<?php get_template_part( 'template-parts/header/site-header' ); ?>
<div id="wrapper" class="site-content flex-grow-1">