Skip to content

Instantly share code, notes, and snippets.

@fuzzmz
Created November 11, 2013 21:48
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 fuzzmz/7421039 to your computer and use it in GitHub Desktop.
Save fuzzmz/7421039 to your computer and use it in GitHub Desktop.
index.hbs modified to display the number of Google+ comments made per article
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment