We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c330f4 commit 647eea8Copy full SHA for 647eea8
assets/js/data/search.json
@@ -12,7 +12,7 @@ swcache: true
12
"tags": {{ post.tags | join: ', ' | jsonify }},
13
"date": "{{ post.date }}",
14
{% include no-linenos.html content=post.content %}
15
- "snippet": {{ content | strip_html | strip_newlines | jsonify }}
+ "snippet": {{ content | strip_html | strip_newlines | truncate: 200 | jsonify }}
16
}{% unless forloop.last %},{% endunless %}
17
{% endfor %}
18
]
0 commit comments