We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e3907 commit faa08a8Copy full SHA for faa08a8
templates/categories/macros.html
@@ -6,7 +6,7 @@
6
7
{% if item.source %}
8
{% if item.source == 'crates' %}
9
- {% set data = load_data(url = "https://crates.io/api/v1/crates/" ~ item.name, format="json") %}
+ {% set data = load_data(url = "https://crates.io/api/v1/crates/" ~ item.name ~ "?include=", format="json", headers=["User-Agent=arewegameyet ([email protected])"]) %}
10
{# human readable name #}
11
{% set name = data.crate.name %}
12
{# Github/Gitlab/Etc. repository #}
0 commit comments