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