Skip to content

Instantly share code, notes, and snippets.

@ttscoff
Created August 26, 2013 20:11
Show Gist options
  • Save ttscoff/6346067 to your computer and use it in GitHub Desktop.
Save ttscoff/6346067 to your computer and use it in GitHub Desktop.
For jTag. Place this is _layouts/tags_json.html
---
layout: nil
---
{
"tags_count": [{% for tag in page.json_tags_count %}
{"name":"{{tag.name}}","count":{{tag.count}}},{% endfor %}
false],
"tags": [{% for tag in page.json_tags %}
"{{tag}}",{% endfor %}
false]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment