Enchanting Collection

{% assign collections_to_show = collections | where: "handle", "not", "frontpage" %} <ul> {% for collection in collections_to_show %} <li> <a href="{{ collection.url }}">{{ collection.title }}</a> </li> {% endfor %} </ul>