forked from tomjn/wp-gitbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
19 lines (19 loc) · 778 Bytes
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title><?php wp_title(); ?></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="true"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="https://indestructibletype.com/fonts/Jost.css" type="text/css" charset="utf-8" />
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div class="book">
<?php get_sidebar(); ?>
<div class="book-body">
<div class="body-inner">