forked from poole/lanyon
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathheader.php
29 lines (23 loc) · 887 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
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title><?php wp_title( '|', true, 'right' ); ?></title>
<?php wp_head(); ?>
</head>
<body>
<?php get_sidebar(); ?>
<div class="wrap">
<div class="masthead">
<div class="container">
<h3 class="masthead-title">
<a href="<?php bloginfo('url'); ?>" title="Home"><?php bloginfo('name' ); ?></a>
<small><?php bloginfo('description') ?></small>
</h3>
</div>
</div>
<div class="container content">