Skip to content

Instantly share code, notes, and snippets.

@JT5D
Forked from ttscoff/tags_json.html
Created November 10, 2013 12:21
Show Gist options
  • Select an option

  • Save JT5D/7397606 to your computer and use it in GitHub Desktop.

Select an option

Save JT5D/7397606 to your computer and use it in GitHub Desktop.
---
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