From 5361e9e2839b7f17b16af23ff2cf7d4c453ac66b Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 19 Jan 2023 23:52:23 +0100 Subject: [PATCH] Add avatars to team section Fixes #55 --- _includes/block/team.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/_includes/block/team.html b/_includes/block/team.html index 167147fe..b9bd5b10 100644 --- a/_includes/block/team.html +++ b/_includes/block/team.html @@ -10,8 +10,15 @@
-

{{ item.tag }}

-

{{ item.name }}

+
+
+ mdo +
+
+

{{ item.tag }}

+

{{ item.name }}

+
+

{{ item.text }}

{% for link in item.links %}