File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ layout: none
25
25
"category" : " {{news.categories | join: ', '}}" ,
26
26
"tags" : " {{ news.tags | join: ', ' }}" ,
27
27
"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 }}"
29
30
30
31
} {% unless forloop.last % },{% endunless % }
31
32
{% endfor % }
@@ -38,7 +39,8 @@ layout: none
38
39
"category" : " {{articles.categories | join: ', '}}" ,
39
40
"tags" : " {{ articles.tags | join: ', ' }}" ,
40
41
"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 }}"
42
44
43
45
} {% unless forloop.last % },{% endunless % }
44
46
{% endfor % }
You can’t perform that action at this time.
0 commit comments