We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5fdb17 + 25753d1 commit 25e6a1cCopy full SHA for 25e6a1c
feed.json.liquid
@@ -42,7 +42,7 @@ permalink: feed.json
42
"logo": {% if topic.logo == null %}
43
null,
44
{% else %}
45
- "{{ site.url }}{{ topic.id | remove_first: "/index" }}/{{ topic.logo }}",
+ "https://github.com/github/explore/blob/main{{ topic.id | remove_first: "/index" }}/{{ topic.logo }}?raw=true",
46
{% endif %}
47
"released": {{ topic.released | jsonify }},
48
"short_description": {{ topic.short_description | jsonify }},
0 commit comments