Skip to content

Instantly share code, notes, and snippets.

@bttmly
Created November 18, 2013 22:44
Show Gist options
  • Save bttmly/7536726 to your computer and use it in GitHub Desktop.
Save bttmly/7536726 to your computer and use it in GitHub Desktop.
<head>
<!-- a bunch of stuff in the head -->
</head>
<body>
<h1>Blog</h1>
<article class="blog-post">
<h2>Blog Post</h2>
<p>
<!-- the content of the blog post -->
</p>
</article>
<nav class="post-navigation">
<a class="splink-link" href="/posts/this-is-the-post-name">Previous Post</a>
<a class="splink-link" href="/posts/another-post-name">Next Post</a>
</nav>
<footer>
<p>
Find me on
<a href="http://github.com">Github</a> or
<a href="http://twitter.com">Twitter</a>
</p>
<p>
&copy; 2013 - Blog Author
</p>
</footer>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment