twbs--bootstrap/docs/search.json

14 lines
302 B
JSON
Raw Normal View History

2014-12-24 10:44:38 +00:00
---
# Leave it empty to compile
---
[
2015-08-26 16:17:03 +00:00
{% for page in site.pages %}
{
"title" : "{{ page.title | escape }}",
"url" : "{{ site.baseurl }}{{ page.url }}",
"date" : "{{ page.date }}"
} {% unless forloop.last %},{% endunless %}
{% endfor %}
2014-12-24 10:44:38 +00:00
]