Skip to content

Commit c69c496

Browse files
committed
Initial commit
1 parent e15a0d2 commit c69c496

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

search.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ layout: none
2525
"category" : "{{news.categories | join: ', '}}",
2626
"tags" : "{{ news.tags | join: ', ' }}",
2727
"date" : "{{ news.date }}",
28-
"discription" : "{{news.description | strip_html | strip_newlines | escape }}"
28+
"discription" : "{{news.description | strip_html | strip_newlines | escape }}",
29+
"content" : "{{ post.content | strip_html | strip_newlines | escape }}"
2930

3031
} {% unless forloop.last %},{% endunless %}
3132
{% endfor %}
@@ -38,7 +39,8 @@ layout: none
3839
"category" : "{{articles.categories | join: ', '}}",
3940
"tags" : "{{ articles.tags | join: ', ' }}",
4041
"date" : "{{ articles.date }}",
41-
"discription" : "{{articles.description | strip_html | strip_newlines | escape }}"
42+
"discription" : "{{articles.description | strip_html | strip_newlines | escape }}",
43+
"content" : "{{ post.content | strip_html | strip_newlines | escape }}"
4244

4345
} {% unless forloop.last %},{% endunless %}
4446
{% endfor %}

0 commit comments

Comments
 (0)