Cast multiple Objects to an array – Shopify
Im looping through some collections (called categories in Shopify Liquid), and I need to cast all those collections into an array, so I can access their indexes. What Im doing now is this: {% for link in linklists[page.handle].links limit:1 %}…