--- title: Gallery page-header: Gallery page-header-description: 1-12 of 241 photos page-header-actions: photos menu: extra.gallery --- {% assign horizontal = 0 %}
{% assign photos = photos | where: "horizontal", true %} {% for photo in photos limit: 12 %} {% assign person = people[forloop.index0] %}
{% include "cards/gallery-photo.html" person=person likes=true %}
{% endfor %}
{% include "ui/pagination.html" class="ms-auto" %}