Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shopifypartners/dce8ecb282145e28d18297494265fc8a to your computer and use it in GitHub Desktop.
Save shopifypartners/dce8ecb282145e28d18297494265fc8a to your computer and use it in GitHub Desktop.
Show previous and next button section setting - https://www.shopify.com/partners/blog/shopify-blog-template
{%- if section.settings.show_previous_next_buttons -%}
<div class="previous_next_buttons">
<a href="{{ blog.previous_article }}" class="btn">
Previous post
</a>
<a href="{{ blog.next_article }}" class="btn">
Next post
</a>
</div>
{%- endif -%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment