{% assign limit = include.limit | default: 9 %}
{% for photo in site.data.photos limit: limit offset: 30 %}
{% endfor %}