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