diff --git a/assets/search.json b/assets/search.json index cafac55..5ca625b 100644 --- a/assets/search.json +++ b/assets/search.json @@ -6,9 +6,10 @@ layout: none {% for post in site.posts %} { "title" : "{{ post.title | escape }}", + "description" : "{{ post.description | escape }}", "tags" : "{{ post.tags | join: ', ' }}", "url" : "{{ site.baseurl }}{{ post.url }}", "date" : "{{ post.date }}" } {% unless forloop.last %},{% endunless %} {% endfor %} -] \ No newline at end of file +]