🔧 Update FastAPI People GitHub Sponsors order (#2620)

This commit is contained in:
Sebastián Ramírez
2021-01-09 17:57:27 +01:00
committed by GitHub
parent d2eb4a71ee
commit a7cc25eb11
2 changed files with 39 additions and 12 deletions

View File

@@ -130,6 +130,22 @@ They are supporting my work with **FastAPI** (and others), mainly through <a hre
{% endfor %}
{% endif %}
{% if people %}
{% if people.sponsors_50 %}
### Bronze Sponsors
<div class="user-list user-list-center">
{% for user in people.sponsors_50 %}
<div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a></div>
{% endfor %}
</div>
{% endif %}
{% endif %}
### Individual Sponsors
{% if people %}