{% assign limit = include.limit | default: 9 %}
{% assign photos = site.data.photos | where: 'horizontal', true %} {% for photo in photos limit: limit %}
{% endfor %}