-
-
Save shopifypartners/e3cbb36dca19952b7df3b7d3e06556ea to your computer and use it in GitHub Desktop.
8 Development Tips for Building Better Custom Shopify Sites - https://www.shopify.com/partners/blog/8-development-tips-for-building-better-custom-shopify-sites
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
{% layout none %} | |
{% paginate search.results by 50 %} | |
{ | |
"results": {{ search.results | json }} | |
} | |
{% endpaginate %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment