Sha256: 4a70c84200d93a7f03c8dadde0b5d1eea8919dd9e9314087ef5cfdcee0e5741f
Contents?: true
Size: 448 Bytes
Versions: 2
Compression:
Stored size: 448 Bytes
Contents
<div id="blog-page"> <h2 class="heading-shaded">{{page.title}}</h2> {% for article in blog.articles %} <h4> {{ article.created_at | date: '%d %b' }} <a href="{{article.url}}">{{ article.title }}</a> </h4> {{ article.content }} {% if blog.comments_enabled? %} <p><a href="{{article.url}}#comments">{{ article.comments_count }} comments</a></p> {% endif %} {% endfor %} </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
liquor-0.1.1 | performance/tests/ripen/blog.liquid |
liquor-0.1.0 | performance/tests/ripen/blog.liquid |