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
2626 {% else %}
2727 "{{ site .url }}{{ collection .id | remove_first: "/index" }}/{{ collection .image }}",
2828 {% endif %}
29- "content": {{ collection .content | jsonify }}
29+ "content_markdown": {{ collection .rendered_content | jsonify }},
30+ "content_html": {{ collection .content | jsonify }}
3031 }{% unless forloop .last == true %},{% endunless %}
3132 {% endfor %}
3233 ],
@@ -58,7 +59,8 @@ permalink: feed.json
5859 "{{ alias }}"{% unless forloop .last == true %},{% endunless %}
5960 {% endfor %}
6061 ],
61- "content": {{ topic .content | jsonify }}
62+ "content_markdown": {{ topic .rendered_content | jsonify }},
63+ "content_html": {{ topic .content | jsonify }}
6264 }{% unless forloop .last == true %},{% endunless %}
6365 {% endfor %}
6466 ]
You can’t perform that action at this time.
0 commit comments