diff --git a/_includes/block/team.html b/_includes/block/team.html index 167147fe..96f6fe4d 100644 --- a/_includes/block/team.html +++ b/_includes/block/team.html @@ -1,17 +1,26 @@
+

OUR TEAM

{{ include.data.text }}

+
{% for item in include.data.team %}
-

{{ item.tag }}

-

{{ item.name }}

+
+
+ mdo +
+
+

{{ item.tag }}

+

{{ item.name }}

+
+

{{ item.text }}

{% for link in item.links %} diff --git a/_layouts/publisher.html b/_layouts/publisher.html index c7f06210..27c88e2d 100644 --- a/_layouts/publisher.html +++ b/_layouts/publisher.html @@ -24,7 +24,7 @@ notitle: true {% assign filtered_team = site.data.team.team | where: 'tag', page.short_name %} {% if filtered_team and filtered_team.size != 0 %} -Team Member +Team Member {% endif %}