From 9bf76f534a8c817857e0d0e00d67c28d9ffa471e Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 6 Nov 2022 18:46:26 +0100 Subject: [PATCH] fix rendering again --- _includes/block/team.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/block/team.html b/_includes/block/team.html index b235a517..411032ee 100644 --- a/_includes/block/team.html +++ b/_includes/block/team.html @@ -15,7 +15,7 @@

{{ item.text }}

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