Sha256: be7f932269a6f9016329ded1b5558ce07c08f1fd0cbdc9268eae5a1d32b764a7
Contents?: true
Size: 443 Bytes
Versions: 1
Compression:
Stored size: 443 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> {% end %} {% end %} </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
drnic-liquid-2.1.0 | performance/tests/ripen/blog.liquid |