assets/json/search.json in minima-rock-0.9.2 vs assets/json/search.json in minima-rock-0.9.3
- old
+ new
@@ -1,16 +1,16 @@
----
----
-[
- {% for post in site.posts %}
- {
-
- "title" : "{{ post.title | escape }}",
- "url" : "{{ site.baseurl }}{{ post.url }}",
- "categories" : "{{ post.categories | join: ', ' }}",
- "tags" : "{{ post.tags | join: ', ' }}",
- "date" : "{{ post.date }}",
- "discription" : "{{ post.description | strip_html | strip_newlines | escape }}",
- "excerpt" : "{{ post.excerpt | strip_html | strip_newlines | escape }}"
- } {% unless forloop.last %},{% endunless %}
- {% endfor %}
+---
+---
+[
+ {% for post in site.posts %}
+ {
+
+ "title" : "{{ post.title | escape }}",
+ "url" : "{{ site.baseurl }}{{ post.url }}",
+ "categories" : "{{ post.categories | join: ', ' }}",
+ "tags" : "{{ post.tags | join: ', ' }}",
+ "date" : "{{ post.date }}",
+ "discription" : "{{ post.description | strip_html | strip_newlines | escape }}",
+ "excerpt" : "{{ post.excerpt | strip_html | strip_newlines | escape }}"
+ } {% unless forloop.last %},{% endunless %}
+ {% endfor %}
]
\ No newline at end of file