{% assign team = site.data.team | sort: 'name' %} {% for member in team %}

{{ member.name }}

{{ member.position }}

{% endfor %}