--- page-header: Search results page-header-description: About 2,410 result (0.19 seconds) menu: extra.search-results ---
{% include parts/nav/nav-aside.html %}
{% for photo in site.data.photos %} {% if photo.horizontal %} {% assign person = site.data.people[forloop.index0] %}
{% include cards/gallery-photo.html person=person hide-likes=true %}
{% assign horizontal = horizontal | plus: 1 %} {% endif %} {% if horizontal == 12 %} {% break %} {% endif %} {% endfor %}