Enable full-text search (fix #401)

This commit is contained in:
Cotes Chung 2021-09-04 21:23:43 +08:00
parent 1a94b1889f
commit 8d164c2e6e

View file

@ -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 %}
]