diff --git a/_includes/block/team.html b/_includes/block/team.html index c09caf65..2c707a11 100644 --- a/_includes/block/team.html +++ b/_includes/block/team.html @@ -2,11 +2,11 @@

OUR TEAM

-

{{ include.text }}

+

{{ include.data.text }}

- {% for item in include.team %} + {% for item in include.data.team %}
diff --git a/index.md b/index.md index 050e5fa7..b4d47658 100644 --- a/index.md +++ b/index.md @@ -18,7 +18,7 @@ main_page: True {% include block/cta.html cta=site.data.ctas.newsletter %} {% include block/stats.html data=site.data.general.stats %} -{% include block/team.html cta=site.data.team %} +{% include block/team.html data=site.data.team %} {% include block/cta.html cta=site.data.ctas.end %}