Created
January 26, 2014 20:55
-
-
Save ScottPetit/8639357 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>{{ page.title }}</title> | |
<meta name="viewport" content="width=device-width"> | |
<!-- syntax highlighting CSS --> | |
<link rel="stylesheet" href="/css/syntax.css"> | |
<!-- Custom CSS --> | |
<link rel="stylesheet" href="/css/main.css"> | |
</head> | |
<body> | |
<div class="site"> | |
<div class="header"> | |
<h1 class="title"><a href="/">{{ site.name }}</a></h1> | |
<a class="extra" href="/">home</a> | |
</div> | |
{{ content }} | |
<div class="footer"> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment