mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
22a10a1096
[ci skip]
13 lines
302 B
JSON
13 lines
302 B
JSON
---
|
|
# Leave it empty to compile
|
|
---
|
|
|
|
[
|
|
{% for page in site.pages %}
|
|
{
|
|
"title" : "{{ page.title | escape }}",
|
|
"url" : "{{ site.baseurl }}{{ page.url }}",
|
|
"date" : "{{ page.date }}"
|
|
} {% unless forloop.last %},{% endunless %}
|
|
{% endfor %}
|
|
]
|