@@ -26,8 +26,7 @@ permalink: feed.json
26
26
{% else %}
27
27
"{{ site .url }}{{ collection .id | remove_first: "/index" }}/{{ collection .image }}",
28
28
{% endif %}
29
- "content_markdown": {{ collection .rendered_content | jsonify }},
30
- "content_html": {{ collection .content | jsonify }}
29
+ "content": {{ collection .content | jsonify }}
31
30
}{% unless forloop .last == true %},{% endunless %}
32
31
{% endfor %}
33
32
],
@@ -43,7 +42,7 @@ permalink: feed.json
43
42
"logo": {% if topic .logo == null %}
44
43
null,
45
44
{% else %}
46
- "{{ site . url }} {{ topic .id | remove_first: "/index" }}/{{ topic .logo }}",
45
+ "https://github.com/github/explore/blob/main {{ topic .id | remove_first: "/index" }}/{{ topic .logo }}?raw=true ",
47
46
{% endif %}
48
47
"released": {{ topic .released | jsonify }},
49
48
"short_description": {{ topic .short_description | jsonify }},
@@ -59,8 +58,7 @@ permalink: feed.json
59
58
"{{ alias }}"{% unless forloop .last == true %},{% endunless %}
60
59
{% endfor %}
61
60
],
62
- "content_markdown": {{ topic .rendered_content | jsonify }},
63
- "content_html": {{ topic .content | jsonify }}
61
+ "content": {{ topic .content | jsonify }}
64
62
}{% unless forloop .last == true %},{% endunless %}
65
63
{% endfor %}
66
64
]
0 commit comments