Skip to content

Instantly share code, notes, and snippets.

@fditrapani
Created October 20, 2014 14:07
Show Gist options
  • Save fditrapani/4e9fb5cb5cd5b9eac21b to your computer and use it in GitHub Desktop.
Save fditrapani/4e9fb5cb5cd5b9eac21b to your computer and use it in GitHub Desktop.
<div class="child1_link_img_con {{link.title}}_con">
{% for child1_link in linklists[child1].links %}
<div class="child1_link_img {{link.title}}{{child1_link.object.id}}_img">
<img id="{{child1_link.object.id}}_img" src="{{child1_link.object.featured_image | product_img_url: 'compact'}}" />
</div>
{% endfor %}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment