-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
21 lines (21 loc) · 1.03 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html xmlns:fb="http://ogp.me/ns/fb#">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->
<title><?php wp_title('&laguo;', true, 'right'); ?><?php bloginfo('name');?></title>
<link href="<?php bloginfo('stylesheet_url');?>" rel="stylesheet" type="text/css" />
<!-- <link rel="author" href="https://plus.google.com/118057831385164378209/posts"/> -->
<? if (is_singular()) wp_enqueue_script('comment-reply'); ?>
<?php wp_head(); ?>
</head>
<body>
<div id="wrapper">
<div id="container">
<div id="header">
<div class='title'><h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name');?></a></h1></div><div style="color: #aaa"><?php bloginfo('description'); ?></div>
<div style='clear:both;'></div>
</div>