-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathheader.php
28 lines (23 loc) · 833 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
<?php
/**
* This is the template that displays all of the <head> section and everything up until main.
*
* @package Byvex
*/
?>
<!doctype html>
<html <?php language_attributes(); ?> class="h-100">
<head>
<meta charset="<?php bloginfo('charset'); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<?php wp_head(); ?>
</head>
<body <?php body_class('h-100'); ?>>
<?php wp_body_open(); ?>
<div id="page" class="site h-100 d-flex flex-column">
<a class="skip-link text-decoration-none screen-reader-text d-block text-center" href="#content"><?php esc_html_e('Skip to content', 'byvex'); ?></a>
<?php get_template_part('template-parts/site-header');
?>
<div id="content" class="site-content">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">