Sha256: fd9d3339b816e93a3dba13ba15446a10d8bb65f3e9f4f68eef7465d46cc086cc
Contents?: true
Size: 1.27 KB
Versions: 2
Compression:
Stored size: 1.27 KB
Contents
<div id="home-page"> <h3 class="heading-shaded">Featured products...</h3> <div class="featured-prod-row clearfix"> {% for product in collections.frontpage.products %} <div class="featured-prod-item"> <p> <a href="{{product.url}}"><img src="{{ product.featured_image | product_img_url: 'small' }}" alt="{{ product.title | escape }}"/></a> </p> <h4><a href="{{product.url}}">{{product.title}}</a></h4> {% if product.compare_at_price %} {% if product.price_min != product.compare_at_price %} <p class="prd-price">Was:<del>{{product.compare_at_price | money}}</del></p> <p class="prd-price"><ins>Now: {{product.price_min | money}}</ins></p> {% endif %} {% else %} <p class="prd-price"><ins>{{product.price_min | money}}</ins></p> {% endif %} </div> {% endfor %} </div> <div id="articles"> {% assign article = pages.frontpage %} {% if article.content != "" %} <h3>{{ article.title }}</h3> {{ article.content }} {% else %} In <em>Admin > Blogs & Pages</em>, create a page with the handle <strong><code>frontpage</code></strong> and it will show up here.<br /> {{ "Learn more about handles" | link_to "http://wiki.shopify.com/Handle" }} {% endif %} </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
liquor-0.1.1 | performance/tests/ripen/index.liquid |
liquor-0.1.0 | performance/tests/ripen/index.liquid |