]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Tabs to spaces.
authorXhmikosR <xhmikosr@gmail.com>
Wed, 26 Aug 2015 16:17:03 +0000 (19:17 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 29 Aug 2015 21:05:02 +0000 (00:05 +0300)
[ci skip]

docs/search.json

index 0f13feb0f396dc5229490cef900dcb5bfcec52a3..a31fc7334c5ddd1e4b26d8199bc7f41c605f75c5 100644 (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 %}
 ]