Skip to content

Instantly share code, notes, and snippets.

@tibbon
Created April 20, 2012 17:30
Show Gist options
  • Save tibbon/2430478 to your computer and use it in GitHub Desktop.
Save tibbon/2430478 to your computer and use it in GitHub Desktop.
Basic Blog Post HTML5 Layout
<article>
<header>
<hgroup>
<h1>Name of my post</h1>
<h2>subheading</h2>
</hgroup>
<p>By <author><a href="/bio/David_Fisher" rel="author">David Fisher</a></author></p>
<p><time>June 23, 2012</time></p>
</header>
<p>
Body Text goes here with multiple paragraphs if/when needed
</p>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment