Welcome to mirror list, hosted at ThFree Co, Russian Federation.

search.json « docs - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a31fc7334c5ddd1e4b26d8199bc7f41c605f75c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# 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 %}
]