mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Tabs to spaces.
[ci skip]
This commit is contained in:
parent
fc35ea815e
commit
22a10a1096
@ -3,11 +3,11 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
[
|
[
|
||||||
{% for page in site.pages %}
|
{% for page in site.pages %}
|
||||||
{
|
{
|
||||||
"title" : "{{ page.title | escape }}",
|
"title" : "{{ page.title | escape }}",
|
||||||
"url" : "{{ site.baseurl }}{{ page.url }}",
|
"url" : "{{ site.baseurl }}{{ page.url }}",
|
||||||
"date" : "{{ page.date }}"
|
"date" : "{{ page.date }}"
|
||||||
} {% unless forloop.last %},{% endunless %}
|
} {% unless forloop.last %},{% endunless %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user