Skip to content

Instantly share code, notes, and snippets.

@fuzzmz
Created November 11, 2013 21:48
Show Gist options
  • Select an option

  • Save fuzzmz/7421039 to your computer and use it in GitHub Desktop.

Select an option

Save fuzzmz/7421039 to your computer and use it in GitHub Desktop.

Revisions

  1. fuzzmz created this gist Nov 11, 2013.
    6 changes: 6 additions & 0 deletions index.hbs
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    <article class="{{post_class}}">
    <header class="post-header">
    <span class="post-meta"><time datetime="{{date format='YYYY-MM-DD'}}">{{date format="Do MMMM YYYY"}}</time> {{#if tags}}on {{tags}}{{/if}}</span>
    <h2 class="post-title"><a href="{{url}}">{{{title}}}</a> | <div class="g-commentcount" data-href="{{@blog.url}}{{url}}"></div></h2>

    </header>