{# Post Navigation - Previous/Next (image-first, inspired by zachleat.com) #} {% set _prevPost = collections.listedPosts | previousInCollection(page) %} {% set _nextPost = collections.listedPosts | nextInCollection(page) %} {% if _prevPost or _nextPost %} {% endif %}