moved team to index

This commit is contained in:
Jonas Weissengruber 2022-11-10 10:26:38 +01:00 committed by GitHub
parent 58f2a53539
commit cf9da4c6a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,9 @@ A username, an email and a password that's all you need. If you are missing one
![delete](images/delete.png) ![delete](images/delete.png)
# The Team # The Team
[About us](about_us.md) {% for dev in site.data.devs %}
{{ dev.name }}
[GitHub](https://github.com/{{ dev.github }})
![{{ dev.name }}](images/{{ dev.image }}.jpg)
{% endfor %}