Skip to content

Instantly share code, notes, and snippets.

@nickmealey
Last active May 10, 2016 17:54
Show Gist options
  • Save nickmealey/30e0539f66a28bf93b2264872abaa0e5 to your computer and use it in GitHub Desktop.
Save nickmealey/30e0539f66a28bf93b2264872abaa0e5 to your computer and use it in GitHub Desktop.
relatable.liquid
{% comment %} templates/page.liquid {% endcomment %}
<div data-relatable="page.collections" data-relatable-id="{{page.id}}">
{% raw %}
{{#collections}}
<a href="/collections/{{handle}}">{{title}}</a>
{{/collections}}
{% endraw %}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment