Skip to content

Commit 4584889

Browse files
Always display package license info if provided in package_index.yml (#566)
1 parent 830814a commit 4584889

File tree

10 files changed

+110
-0
lines changed

10 files changed

+110
-0
lines changed

source/packages/data-types.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ A rich ecosystem of high-performance code
1616

1717
## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
1818
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
19+
{% if j.license is defined %}
20+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
21+
{% else %}
1922
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
23+
{% endif %}
2024
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
2125
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
2226
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
@@ -34,7 +38,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
3438
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})
3539

3640
<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
41+
{% if j.license is defined %}
42+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
43+
{% else %}
3744
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
45+
{% endif %}
3846
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
3947
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
4048
{% if j.description is defined %}
@@ -48,6 +56,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
4856

4957
## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})
5058

59+
{% if j.license is defined %}
60+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
61+
{% endif %}
5162
{% if j.description is defined %}
5263
{{j.description}}
5364
{% endif %}

source/packages/examples.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ A rich ecosystem of high-performance code
1717

1818
## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
1919
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
20+
{% if j.license is defined %}
21+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
22+
{% else %}
2023
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
24+
{% endif %}
2125
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
2226
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
2327
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
@@ -35,7 +39,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
3539
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})
3640

3741
<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
42+
{% if j.license is defined %}
43+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
44+
{% else %}
3845
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
46+
{% endif %}
3947
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
4048
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
4149
{% if j.description is defined %}
@@ -49,6 +57,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
4957

5058
## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})
5159

60+
{% if j.license is defined %}
61+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
62+
{% endif %}
5263
{% if j.description is defined %}
5364
{{j.description}}
5465
{% endif %}

source/packages/graphics.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ A rich ecosystem of high-performance code
1616

1717
## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
1818
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
19+
{% if j.license is defined %}
20+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
21+
{% else %}
1922
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
23+
{% endif %}
2024
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
2125
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
2226
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
@@ -34,7 +38,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
3438
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})
3539

3640
<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
41+
{% if j.license is defined %}
42+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
43+
{% else %}
3744
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
45+
{% endif %}
3846
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
3947
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
4048
{% if j.description is defined %}
@@ -48,6 +56,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
4856

4957
## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})
5058

59+
{% if j.license is defined %}
60+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
61+
{% endif %}
5162
{% if j.description is defined %}
5263
{{j.description}}
5364
{% endif %}

source/packages/interfaces.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ A rich ecosystem of high-performance code
1616

1717
## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
1818
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
19+
{% if j.license is defined %}
20+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
21+
{% else %}
1922
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
23+
{% endif %}
2024
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
2125
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
2226
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
@@ -34,7 +38,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
3438
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})
3539

3640
<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
41+
{% if j.license is defined %}
42+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
43+
{% else %}
3744
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
45+
{% endif %}
3846
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
3947
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
4048
{% if j.description is defined %}
@@ -48,6 +56,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
4856

4957
## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})
5058

59+
{% if j.license is defined %}
60+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
61+
{% endif %}
5162
{% if j.description is defined %}
5263
{{j.description}}
5364
{% endif %}

source/packages/io.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ A rich ecosystem of high-performance code
1616

1717
## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
1818
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
19+
{% if j.license is defined %}
20+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
21+
{% else %}
1922
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
23+
{% endif %}
2024
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
2125
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
2226
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
@@ -34,7 +38,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
3438
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})
3539

3640
<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
41+
{% if j.license is defined %}
42+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
43+
{% else %}
3744
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
45+
{% endif %}
3846
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
3947
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
4048
{% if j.description is defined %}
@@ -48,6 +56,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
4856

4957
## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})
5058

59+
{% if j.license is defined %}
60+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
61+
{% endif %}
5162
{% if j.description is defined %}
5263
{{j.description}}
5364
{% endif %}

source/packages/libraries.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ A rich ecosystem of high-performance code
1616

1717
## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
1818
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
19+
{% if j.license is defined %}
20+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
21+
{% else %}
1922
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
23+
{% endif %}
2024
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
2125
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
2226
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
@@ -34,7 +38,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
3438
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})
3539

3640
<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
41+
{% if j.license is defined %}
42+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
43+
{% else %}
3744
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
45+
{% endif %}
3846
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
3947
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
4048
{% if j.description is defined %}
@@ -48,6 +56,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
4856

4957
## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})
5058

59+
{% if j.license is defined %}
60+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
61+
{% endif %}
5162
{% if j.description is defined %}
5263
{{j.description}}
5364
{% endif %}

source/packages/numerical.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ A rich ecosystem of high-performance code
1616

1717
## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
1818
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
19+
{% if j.license is defined %}
20+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
21+
{% else %}
1922
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
23+
{% endif %}
2024
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
2125
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
2226
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
@@ -34,7 +38,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
3438
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})
3539

3640
<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
41+
{% if j.license is defined %}
42+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
43+
{% else %}
3744
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
45+
{% endif %}
3846
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
3947
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
4048
{% if j.description is defined %}
@@ -48,6 +56,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
4856

4957
## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})
5058

59+
{% if j.license is defined %}
60+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
61+
{% endif %}
5162
{% if j.description is defined %}
5263
{{j.description}}
5364
{% endif %}

source/packages/programming.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ A rich ecosystem of high-performance code
1616

1717
## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
1818
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
19+
{% if j.license is defined %}
20+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
21+
{% else %}
1922
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
23+
{% endif %}
2024
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
2125
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
2226
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
@@ -34,7 +38,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
3438
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})
3539

3640
<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
41+
{% if j.license is defined %}
42+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
43+
{% else %}
3744
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
45+
{% endif %}
3846
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
3947
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
4048
{% if j.description is defined %}
@@ -48,6 +56,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
4856

4957
## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})
5058

59+
{% if j.license is defined %}
60+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
61+
{% endif %}
5162
{% if j.description is defined %}
5263
{{j.description}}
5364
{% endif %}

source/packages/scientific.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ A rich ecosystem of high-performance code
1616

1717
## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
1818
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
19+
{% if j.license is defined %}
20+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
21+
{% else %}
1922
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
23+
{% endif %}
2024
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
2125
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
2226
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
@@ -34,7 +38,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
3438
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})
3539

3640
<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
41+
{% if j.license is defined %}
42+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
43+
{% else %}
3744
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
45+
{% endif %}
3846
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
3947
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
4048
{% if j.description is defined %}
@@ -48,6 +56,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
4856

4957
## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})
5058

59+
{% if j.license is defined %}
60+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
61+
{% endif %}
5162
{% if j.description is defined %}
5263
{{j.description}}
5364
{% endif %}

source/packages/strings.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ A rich ecosystem of high-performance code
1616

1717
## {fab}`github;1em` [{{j.name}}]({{"https://github.com/"+j.github}})
1818
<img src="{{'https://img.shields.io/github/v/release/'+j.github+'?color=green'}}" alt="Release">
19+
{% if j.license is defined %}
20+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
21+
{% else %}
1922
<img src="{{'https://img.shields.io/github/license/'+j.github}}" alt="license">
23+
{% endif %}
2024
<img src="{{'https://img.shields.io/github/stars/'+j.github}}" alt="stars">
2125
<img src="{{'https://img.shields.io/github/forks/'+j.github}}" alt="forks">
2226
<img src="{{'https://img.shields.io/github/last-commit/'+j.github+'?color=blue'}}" alt="last-commit">
@@ -34,7 +38,11 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
3438
## {fab}`gitlab;1em` [{{j.name}}]({{"https://gitlab.com/"+j.gitlab}})
3539

3640
<img src="{{'https://img.shields.io/gitlab/v/release/'+j.gitlab+'?date_order_by=created_at&sort=date&color=green'}}" alt="Release">
41+
{% if j.license is defined %}
42+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
43+
{% else %}
3744
<img src="{{'https://img.shields.io/gitlab/license/'+j.gitlab}}" alt="license">
45+
{% endif %}
3846
<img src="{{'https://img.shields.io/gitlab/forks/'+j.gitlab}}" alt="forks">
3947
<img src="{{'https://img.shields.io/gitlab/issues/all/'+j.gitlab+'?color=yellow'}}" alt="issues">
4048
{% if j.description is defined %}
@@ -48,6 +56,9 @@ Tags: {% for tag in j.tags.split() %} {bdg-light}`{{ tag }}` {% endfor %}
4856

4957
## {fab}`git-alt;1em` [{{j.name}}]({{j.url}})
5058

59+
{% if j.license is defined %}
60+
<img src='https://img.shields.io/badge/license-{{ j.license | replace("-", "--") | replace("_", "__") }}-blue' alt="license">
61+
{% endif %}
5162
{% if j.description is defined %}
5263
{{j.description}}
5364
{% endif %}

0 commit comments

Comments
 (0)