From cf9da4c6a0e2fd5692751c62000defe9f2e928c8 Mon Sep 17 00:00:00 2001 From: Jonas Weissengruber <56699130+j-weissen@users.noreply.github.com> Date: Thu, 10 Nov 2022 10:26:38 +0100 Subject: [PATCH] moved team to index --- docs/index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 %}