diff options
Diffstat (limited to 'docs/search.json')
| -rw-r--r-- | docs/search.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/search.json b/docs/search.json index 0f13feb0f..a31fc7334 100644 --- a/docs/search.json +++ b/docs/search.json @@ -3,11 +3,11 @@ --- [ - {% for page in site.pages %} - { - "title" : "{{ page.title | escape }}", - "url" : "{{ site.baseurl }}{{ page.url }}", - "date" : "{{ page.date }}" - } {% unless forloop.last %},{% endunless %} - {% endfor %} + {% for page in site.pages %} + { + "title" : "{{ page.title | escape }}", + "url" : "{{ site.baseurl }}{{ page.url }}", + "date" : "{{ page.date }}" + } {% unless forloop.last %},{% endunless %} + {% endfor %} ] |
