Created
February 29, 2012 16:09
-
-
Save juque/1942051 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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