Sha256: 44d54c371c03efb3189a8bf501a669fd8e37bf5c84d9648b0873e63cbf1f9269
Contents?: true
Size: 329 Bytes
Versions: 29
Compression:
Stored size: 329 Bytes
Contents
<section> <h1>Recent Posts</h1> <ul id="recent_posts"> {% for post in site.posts limit: site.recent_posts %} <li class="post"> <a href="{{ root_url }}{{ post.url }}">{% if site.titlecase %}{{ post.title | titlecase }}{% else %}{{ post.title }}{% endif %}</a> </li> {% endfor %} </ul> </section>
Version data entries
29 entries across 29 versions & 2 rubygems