Skip to content

Commit 14c354a

Browse files
committed
css
1 parent 0da6193 commit 14c354a

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

_layouts/default.html

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
<?php
2-
/**
3-
* The Header template for our theme
4-
*
5-
* Displays all of the <head> section and everything up till <div id="main">
6-
*
7-
* @package WordPress
8-
* @subpackage Twenty_Twelve
9-
* @since Twenty Twelve 1.0
10-
*/
11-
?><!DOCTYPE html>
1+
<!DOCTYPE html>
122
<!--[if IE 7]>
133
<html class="ie ie7" <?php language_attributes(); ?>>
144
<![endif]-->
@@ -23,6 +13,7 @@
2313
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
2414
<title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }}</title>
2515
<link rel="profile" href="http://gmpg.org/xfn/11" />
16+
<link rel='stylesheet' id='twentytwelve-style-css' href="/wp-content/themes/maxclean/style.css?03a085" type='text/css' media='all' />
2617

2718
<!--[if lt IE 9]>
2819
<script src="/wp-content/themes/maxclean/js/html5.js?03a085" type="text/javascript"></script>

0 commit comments

Comments
 (0)