File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ permalink: feed.json
26
26
{% else %}
27
27
"{{ site .url }}{{ collection .id | remove_first: "/index" }}/{{ collection .image }}",
28
28
{% endif %}
29
- "content": {{ collection .content | jsonify }}
29
+ "content_markdown": {{ collection .rendered_content | jsonify }},
30
+ "content_html": {{ collection .content | jsonify }}
30
31
}{% unless forloop .last == true %},{% endunless %}
31
32
{% endfor %}
32
33
],
@@ -58,7 +59,8 @@ permalink: feed.json
58
59
"{{ alias }}"{% unless forloop .last == true %},{% endunless %}
59
60
{% endfor %}
60
61
],
61
- "content": {{ topic .content | jsonify }}
62
+ "content_markdown": {{ topic .rendered_content | jsonify }},
63
+ "content_html": {{ topic .content | jsonify }}
62
64
}{% unless forloop .last == true %},{% endunless %}
63
65
{% endfor %}
64
66
]
You can’t perform that action at this time.
0 commit comments