diff --git a/assets/js/data/search.json b/assets/js/data/search.json index 87badba..30833b9 100644 --- a/assets/js/data/search.json +++ b/assets/js/data/search.json @@ -11,7 +11,7 @@ layout: compress "tags": "{{ post.tags | join: ', ' }}", "date": "{{ post.date }}", {% include no-linenos.html content=post.content %} - "snippet": "{{ content | strip_html | strip_newlines | remove_chars | escape | truncate: 300 | replace: '\', '\\\\' }}" + "snippet": "{{ content | strip_html | strip_newlines | remove_chars | escape | replace: '\', '\\\\' }}" }{% unless forloop.last %},{% endunless %} {% endfor %} ]