Skip to content

Instantly share code, notes, and snippets.

@bigin
Last active August 20, 2016 15:22
Show Gist options
  • Save bigin/8bc914dcf7385011a2fc657efee86939 to your computer and use it in GitHub Desktop.
Save bigin/8bc914dcf7385011a2fc657efee86939 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTML5 template</title>
<link rel="stylesheet" href="<?php get_theme_url(); ?>/css/styles.css">
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
</head>
<body id="home">
<?php echo getContent(get_page_slug(false)); ?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment