Skip to content

Instantly share code, notes, and snippets.

@nickmealey
Last active October 19, 2016 19:00
Show Gist options
  • Save nickmealey/dbb9a5bf55154be69f5b3f4313061b83 to your computer and use it in GitHub Desktop.
Save nickmealey/dbb9a5bf55154be69f5b3f4313061b83 to your computer and use it in GitHub Desktop.
<div data-relatable="page.collections" data-relatable-id="{{page.id}}">
{% raw %}
{{#collections}}
<a href="/collections/{{handle}}" class="relatable-item">
<img src="{{#img_url.medium}}{{image.src}}{{/img_url.medium}}">
<div class="title">{{title}}</div>
</a>
{{/collections}}
{% endraw %}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment