Photos
{% for post in paginator.posts %}
{% if post.image %}
{% picture photo-thumb {{ post.image }} alt="" title="{{ post.title }}" %}
{% endif %}
{% endfor %}
--- layout: default pagination: enabled: true category: photos per_page: 24 --- {% assign index = true %} {% include header.html %}