_includes/search.html in doccoli-jekyll-1.1.1 vs _includes/search.html in doccoli-jekyll-1.1.2

- old
+ new

@@ -5,10 +5,11 @@ "title" : "{{ post.title | escape }}", "url" : "{{ site.baseurl }}{{ post.url }}", "category" : "{{ post.category }}", "tags" : "{{ post.tags | join: ', ' }}", - "date" : "{{ post.date }}" + "date" : "{{ post.date }}", + "desc" : "{{ post.title | escape }}" } {% unless forloop.last %},{% endunless %} {% endfor %} ] </script>