From d2b4bec9e787d761bb359ce8de4ebf748785863e Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 6 Nov 2022 22:11:15 +0100 Subject: [PATCH] fix alignment --- _includes/block/team.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/block/team.html b/_includes/block/team.html index 39f05f05..167147fe 100644 --- a/_includes/block/team.html +++ b/_includes/block/team.html @@ -8,12 +8,12 @@ {% for item in include.data.team %}
-
+

{{ item.tag }}

{{ item.name }}

{{ item.text }}

- + {% for link in item.links %} {{ link.text }} {% endfor %}