-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
executable file
·36 lines (21 loc) · 997 Bytes
/
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
<!doctype html>
<html class="no-js" <?php language_attributes(); ?>>
<head>
<meta charset="utf-8">
<!-- Force IE to use the latest rendering engine available -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Meta -->
<meta name="viewport" content="initial-scale=1.0, width=device-width">
<meta class="foundation-mq">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div class="off-canvas-wrapper">
<!-- Include 'offcanvas-left' for navigation on the left side -->
<?php // get_template_part( 'parts/content', 'offcanvas-right' ); ?>
<div class="off-canvas-content" data-off-canvas-content>
<header id="top" class="header" role="banner">
<!-- Include your navigation here, please see /template-parts for other styles -->
<?php get_template_part( 'parts/nav', 'title-bar' ); ?>
</header> <!-- end .header -->
<section id="ajax-content" class="main-content">