Sha256: c7839371e1ca5eea92372ff4734c7414f8c46a1882b0b77aa0ede73c383f2596
Contents?: true
Size: 1.26 KB
Versions: 1
Compression:
Stored size: 1.26 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> {% end %} {% else %} <p class="prd-price"><ins>{{product.price_min | money}}</ins></p> {% end %} </div> {% end %} </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" }} {% end %} </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
drnic-liquid-2.1.0 | performance/tests/ripen/index.liquid |