Skip to content

Instantly share code, notes, and snippets.

@brentvatne
Created September 24, 2011 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brentvatne/2f9b7889a3c98acf22f7 to your computer and use it in GitHub Desktop.
Save brentvatne/2f9b7889a3c98acf22f7 to your computer and use it in GitHub Desktop.
article
<article>
<header>
<hgroup>
<h4><a href="{{ post.url }}">{{ post.title }}</a></h4>
<time>{{ post.date | date_to_long_string }}</time>
</hgroup>
</header>
<section class="blog-post-body">
{{ post.content }}
</section>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment