{% assign limit = include.limit | default: 9 %}
{% for person in site.data.people limit: limit offset: 8 %}
{% endfor %}