Skip to content

Instantly share code, notes, and snippets.

@davidmerfield
Created February 17, 2016 09:38
Show Gist options
  • Save davidmerfield/70aebfd9d75c16b7f3b7 to your computer and use it in GitHub Desktop.
Save davidmerfield/70aebfd9d75c16b7f3b7 to your computer and use it in GitHub Desktop.
List all the tags used on your blog and the associated entries
{{#allTags}}
<a href="/tagged/{{name}}">{{name}} - {{entries.length}}</a>
<ul>
{{#entries}}
<li class="small"><a href="{{url}}">{{title}}</a></li>
{{/entries}}
</ul>
{{/allTags}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment