0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Tabs to spaces.

[ci skip]
This commit is contained in:
XhmikosR 2015-08-26 19:17:03 +03:00
parent fc35ea815e
commit 22a10a1096

View File

@ -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 %}
]