Sha256: 7dfbaa1613979b8737e42108d8438c59601832301352a12445dca01e83d288fc
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 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" }} {% end %} </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>{% end %}</small> </div> {% end %} </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
drnic-liquid-2.1.0 | performance/tests/vogue/index.liquid |