diff --git a/docs/index.md b/docs/index.md index 0c3562d..09f34f2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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) # 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 %}