Skip to content

Instantly share code, notes, and snippets.

@joe-dempsey
Created May 11, 2017 09:32
Show Gist options
  • Save joe-dempsey/396343c6b7eb0154a65c30d472793699 to your computer and use it in GitHub Desktop.
Save joe-dempsey/396343c6b7eb0154a65c30d472793699 to your computer and use it in GitHub Desktop.
Shopify Blog preview next article
{% if blog.next_article %}
<b>{{ 'blogs.article.newer_post' | t | link_to: blog.next_article }}</b><span> | </span>
{% endif %}
<b>{{ 'All Articles' | link_to: blog.url }}</b>
{% if blog.previous_article %}
<span> | </span><b>{{ 'blogs.article.older_post' | t | link_to: blog.previous_article }}</b>
{% endif %}
</p>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment