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.
1 parent 632b25b commit d0bb713Copy full SHA for d0bb713
templates/badges.rst.jj2
@@ -32,12 +32,11 @@
32
:target: https://pepy.tech/project/{{name}}/month
33
34
{% endif %}
35
-{% if scm_host == 'github.com' %}
36
-.. image:: https://img.shields.io/github/stars/{{organisation}}/{{name}}.svg?style=social&maxAge=3600&label=Star
37
- :target: https://github.com/{{organisation}}/{{name}}/stargazers
38
-{% endif %}
39
-
40
{% if gitter_room %}
41
.. image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
42
:target: https://gitter.im/{{gitter_room}}
43
+{% if scm_host == 'github.com' %}
+.. image:: https://img.shields.io/github/stars/{{organisation}}/{{name}}.svg?style=social&maxAge=3600&label=Star
+ :target: https://github.com/{{organisation}}/{{name}}/stargazers
+{% endif %}
0 commit comments