Fix search result skipping issue

This commit is contained in:
AhyoungRyu 2016-08-03 14:57:24 +09:00
parent 6e775f5c28
commit 1381152eff

View file

@ -6,7 +6,7 @@ layout: null
"{{ page.url | slugify }}": {
"title": "{{ page.title | xml_escape }}",
"content" : "{{page.content | strip_html | strip_newlines | remove: " " | escape | remove: "\"}}",
"content" : "{{page.content | strip_html | strip_newlines | escape | remove: "\"}}",
"url": " {{ page.url | xml_escape }}",
"group": "{{ page.group }}",
"excerpt": {{ page.description | strip_html | truncatewords: 40 | jsonify }}