From 5361e9e2839b7f17b16af23ff2cf7d4c453ac66b Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 19 Jan 2023 23:52:23 +0100 Subject: [PATCH 1/3] 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 %} From dc159306beaf04fea069f29b87f6799e8db7503b Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 19 Jan 2023 23:54:06 +0100 Subject: [PATCH 2/3] Add link to team section --- _includes/block/team.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/block/team.html b/_includes/block/team.html index b9bd5b10..0846c370 100644 --- a/_includes/block/team.html +++ b/_includes/block/team.html @@ -1,9 +1,11 @@
+

OUR TEAM

{{ include.data.text }}

+
{% for item in include.data.team %} From 78d23fd1d6b453075dc442299dd79e86c55bf001 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 20 Jan 2023 00:59:10 +0100 Subject: [PATCH 3/3] use links without html --- _includes/block/team.html | 2 +- _layouts/publisher.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/block/team.html b/_includes/block/team.html index 0846c370..96f6fe4d 100644 --- a/_includes/block/team.html +++ b/_includes/block/team.html @@ -1,6 +1,6 @@