File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ permalink: feed.json
4242 "logo": {% if topic .logo == null %}
4343 null,
4444 {% else %}
45- "{{ site .url | replace: "github." , "explore-feed.github." }}{{ topic .id | remove_first: "/index" }}/{{ topic .logo }}",
45+ "{{ site .url }}{{ topic .id | remove_first: "/index" }}/{{ topic .logo }}",
4646 {% endif %}
4747 "released": {{ topic .released | jsonify }},
4848 "short_description": {{ topic .short_description | jsonify }},
49- "url": "{{ site .url }}{{ topic .url | remove_first: "/index.html" }}",
49+ "url": "{{ site .url | replace: "explore-feed.github." , "github." }}{{ topic .url | remove_first: "/index.html" }}",
5050 "wikipedia_url": {{ topic .wikipedia_url | jsonify }},
5151 "related": [
5252 {% for related_topic in related %}
You can’t perform that action at this time.
0 commit comments