Created
May 11, 2017 09:32
-
-
Save joe-dempsey/396343c6b7eb0154a65c30d472793699 to your computer and use it in GitHub Desktop.
Shopify Blog preview next article
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% 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