Sha256: 8139806938298f19bd929e36b2f3fffce7de8f9371165a4db099c94236a55747
Contents?: true
Size: 1.16 KB
Versions: 2
Compression:
Stored size: 1.16 KB
Contents
<div id="about-excerpt"> {% assign article = pages.frontpage %} {% if article.content != "" %} <h2>{{ article.title }}</h2> {{ 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> <table id="gallery"> {% tablerow product in collections.frontpage.products cols: 3 limit: 12 %} <div class="gallery-image"> <a href="{{ product.url | within: collections.frontpage }}" title="{{ product.title | escape }} — {{ product.description | strip_html | truncate: 50 | escape }}"><img src="{{ product.images.first | product_img_url: 'small' }}" alt="{{ product.title | escape }}" /></a> </div> <div class="gallery-info"> <a href="{{ product.url | within: collections.frontpage }}">{{ product.title | truncate: 30 }}</a><br /> <small>{{ product.price | money }}{% if product.compare_at_price_max > product.price %} <del>{{ product.compare_at_price_max | money }}</del>{% endif %}</small> </div> {% endtablerow %} </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
liquor-0.1.1 | performance/tests/vogue/index.liquid |
liquor-0.1.0 | performance/tests/vogue/index.liquid |