Update header.php

This commit is contained in:
Mike Francis 2013-08-06 09:50:23 +01:00
parent ab28dc6017
commit f966959c0b
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@
<meta name="HandheldFriendly" content="true" /> <meta name="HandheldFriendly" content="true" />
<title><?php wp_title( ' / ', true, 'right' ); bloginfo( 'name' ); ?></title> <title><?php wp_title( ' / ', true, 'right' ); bloginfo( 'name' ); ?></title>
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>" /> <link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
<link rel="stylesheet" href="http://basehold.it/21" />
<?php wp_head(); ?> <?php wp_head(); ?>
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
@ -21,4 +20,4 @@
</ul> </ul>
</nav> </nav>
</div> </div>
</header> </header>