Sha256: f60e2b8ba549164f59d1fd3c27018f96c9c8e203a495eb05741c071091c35dd0
Contents?: true
Size: 527 Bytes
Versions: 14
Compression:
Stored size: 527 Bytes
Contents
--- layout: default robots: noindex --- <div class="tag-page"> <h1 class="page-heading">❖ {{ page.tag }}</h1> <ul id="post-list"> {% for post in page.posts %} <li> <span class="post-meta list-meta-col"> <span class="date">{{ post.date | jdate: "%A %d %b %Y" | habify }}</span> </span> <span><a href="{{ post.url | absolute_url }}">{{ post.title }}</a></span> </li> {% endfor %} </ul> <hr > <div id="tag-cloud"> {{ site | tag_cloud }} </div> </div>
Version data entries
14 entries across 14 versions & 1 rubygems