Skip to content

Commit d0bb713

Browse files
committed
🔨 update the location of github star badge
1 parent 632b25b commit d0bb713

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

templates/badges.rst.jj2

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@
3232
:target: https://pepy.tech/project/{{name}}/month
3333

3434
{% 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-
4035
{% if gitter_room %}
4136
.. image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
4237
:target: https://gitter.im/{{gitter_room}}
4338
{% endif %}
39+
{% if scm_host == 'github.com' %}
40+
.. image:: https://img.shields.io/github/stars/{{organisation}}/{{name}}.svg?style=social&maxAge=3600&label=Star
41+
:target: https://github.com/{{organisation}}/{{name}}/stargazers
42+
{% endif %}

0 commit comments

Comments
 (0)