Sha256: a5c85d5f674683cfe9c789c947b14c189e640ae7e8c7254945833c37645f1f78
Contents?: true
Size: 979 Bytes
Versions: 1
Compression:
Stored size: 979 Bytes
Contents
<div id="page" class="innerpage clearfix"> <div id="text-page"> <h1>Post from our blog...</h1> {% paginate blog.articles by 20 %} {% for article in blog.articles %} <div class="entry"> <h1><span><a href="{{ article.url }}">{{ article.title }}</a></span></h1> <div class="entry-post"> <div class="meta">{{ article.created_at | date: "%b %d" }}</div> {{ article.content }} </div> </div> {% end %} <div class="paginate clearfix"> {{ paginate | default_pagination }} </div> {% end %} </div> <div id="three-reasons" class="clearfix"> <h3>Why Shop With Us?</h3> <ul> <li class="two-a"> <h4>24 Hours</h4> <p>We're always here to help.</p> </li> <li class="two-c"> <h4>No Spam</h4> <p>We'll never share your info.</p> </li> <li class="two-d"> <h4>Secure Servers</h4> <p>Checkout is 256bit encrypted.</p> </li> </ul> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
drnic-liquid-2.1.0 | performance/tests/tribble/blog.liquid |