blob: 5ffcac24f4f44ad829a9f92687d5c4435b84feda [file]
---
layout: none
---
[{% assign first = true %}{% for p in site.pages %}{% if p.nav_order %}{% unless first %},{% endunless %}{% assign first = false %}
{"title":{{ p.title | jsonify }},"url":{{ p.url | relative_url | jsonify }},"content":{{ p.content | strip_html | normalize_whitespace | truncate: 500 | jsonify }}}{% endif %}{% endfor %}
]