diff --git a/_includes/components/post-navigation.njk b/_includes/components/post-navigation.njk index fb22bab..0103704 100644 --- a/_includes/components/post-navigation.njk +++ b/_includes/components/post-navigation.njk @@ -1,78 +1,103 @@ -{# Post Navigation - Previous/Next (main content area, below post) #} +{# Post Navigation - Previous/Next (image-first, inspired by zachleat.com) #} {% set _prevPost = collections.posts | previousInCollection(page) %} {% set _nextPost = collections.posts | nextInCollection(page) %} {% if _prevPost or _nextPost %} {% endif %}