@@ -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