Forked from levinmejia/2.liquid
Last active
December 5, 2018 10:54
How to make a brand page in Shopify, create the page template - https://www.shopify.com/partners/blog/72313091-how-to-make-a-brands-or-trends-page-in-an-ecommerce-store-using-link-lists
This file contains 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
{% assign linklist = linklists["brands"] %} | |
{% assign collections_per_row = settings.frontpage_collections_per_row %} | |
<div class="twelve columns collection-list"> | |
<h1 class="page-title">{{page.title | escape}}</h1> | |
{{ page.content }} | |
{% include 'collection-within-collection' %} | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment