Files
tinymce-docs-4x/pages.json
T
2015-11-10 10:00:16 -08:00

15 lines
301 B
JSON

---
layout: empty
---
{% capture json %}{
{% for page in site.pages %}
"{{ page.url }}": {
"title": "{{ page.title }}",
"description": "{{ page.description }}",
"url": "{{ page.url }}"
}{% unless forloop.last %},{% endunless %}
{% endfor %}
}{% endcapture %}
{{ json | json_format }}