--- layout: main/content isArticle: true --- {{ content | safe }} Next and Previous Blog Posts {%- if collections.posts %} {%- set previousPost = collections.posts | getPreviousCollectionItem %} {%- set nextPost = collections.posts | getNextCollectionItem %} {%- if nextPost or previousPost %} {%- if previousPost %} Previous Post: {{ previousPost.data.articleTitle }} {% endif %} {%- if nextPost %} Next Post: {{ nextPost.data.articleTitle }} {% endif %} {%- endif %} {%- endif %}
Previous Post:
Next Post: