We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f638c commit f256926Copy full SHA for f256926
_pages/search.json
@@ -8,7 +8,7 @@ permalink: /search.json
8
{
9
{%- for page in pages -%}
10
{%- assign title = page.title | flatify | jsonify | replace: '"', '' | replace: 'null', '' | strip -%}
11
- {%- assign content = page.content | flatify | markdownify | strip_html | replace: '\n', ' ' | jsonify | replace: '"', '' | replace: 'null', '' | replace: '\n', ' ' | strip -%}
+ {%- assign content = page.content | flatify | markdownify | strip_html | replace: '\n', ' ' | replace: '\t', '' | jsonify | replace: '"', '' | replace: 'null', '' | replace: '\n', ' ' | strip -%}
12
{{ page.url | xml_escape | slugify | jsonify }}: {
13
"title": {{ title | jsonify }},
14
"locale": {{ page.locale | jsonify }},
0 commit comments