Skip to content

Instantly share code, notes, and snippets.

@levinmejia
Created October 21, 2015 17:51
Show Gist options
  • Save levinmejia/cf32b7440bc848ca28b8 to your computer and use it in GitHub Desktop.
Save levinmejia/cf32b7440bc848ca28b8 to your computer and use it in GitHub Desktop.
{% 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