Skip to content

Instantly share code, notes, and snippets.

@juque
Created February 29, 2012 16:09
Show Gist options
  • Select an option

  • Save juque/1942051 to your computer and use it in GitHub Desktop.

Select an option

Save juque/1942051 to your computer and use it in GitHub Desktop.
<!-- muestra los œltimos 3 productos en la colecci—n 'feature' -->
{% if collections.featured.has_products %}
<div id="latest-products">
<h2>{{ collections.featured.title }}</h2>
<ul class="products clearfix">
{% loop collections.featured.products in 'product_item' limit:3 %}
</ul>
</div>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment