Skip to content

Instantly share code, notes, and snippets.

@nickmealey
Last active July 11, 2017 16:28
Show Gist options
  • Save nickmealey/cc687b906958fd85832742649c9b118a to your computer and use it in GitHub Desktop.
Save nickmealey/cc687b906958fd85832742649c9b118a to your computer and use it in GitHub Desktop.
<div data-relatable="page.articles" data-relatable-id="{{page.id}}">
{% raw %}
{{#articles}}
<article class="relatable-item">
<img src="{{#img_url.medium}}{{image.src}}{{/img_url.medium}}">
<p>{{summary_html}}</p>
<p>{{author}}</p>
<a href="/blogs/{{blog.handle}}/{{id}}-{{handle}}">Read more...</a>
</article>
{{/articles}}
{% endraw %}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment