oDinZu b35155df92
Some checks failed
continuous-integration/drone/pr Build is failing
huge update with ruby api, plus other small fixes
2022-07-26 21:32:07 -04:00

14 lines
249 B
JSON

---
layout: none
permalink: /api/pages/
---
[
{%- for page in site.pages %}
{
"title": {{- page.title | jsonify }},
"url": {{- page.url | jsonify }}
}
{% unless forloop.last %},{% endunless %}
{% endfor -%}
]