mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
basic docs search
This commit is contained in:
@@ -0,0 +1,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 %}
|
||||
]
|
||||
Reference in New Issue
Block a user