Created
November 18, 2013 22:44
-
-
Save bttmly/7536726 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
<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> | |
© 2013 - Blog Author | |
</p> | |
</footer> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment