7 lines
169 B
JSON
7 lines
169 B
JSON
|
---
|
||
|
layout: null
|
||
|
---
|
||
|
[
|
||
|
{% for post in site.posts %}{"title":"{{ post.title }}", "url":"{{ post.url }}"}{% if forloop.last %}{% else %},
|
||
|
{% endif %}{% endfor %}
|
||
|
]
|