Skip to content

Instantly share code, notes, and snippets.

@badlydrawnben
Last active August 29, 2015 14:01
Show Gist options
  • Save badlydrawnben/8888b86dd176ceb75377 to your computer and use it in GitHub Desktop.
Save badlydrawnben/8888b86dd176ceb75377 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title ><?php wp_title( '|', true, 'right' ); ?></title>
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<?php wp_head(); ?>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment