Sha256: da8f08bf5adc4d4bb5539ff5eefa8c7262c70b578488f60a552aa7ecf5b01144
Contents?: true
Size: 476 Bytes
Versions: 6
Compression:
Stored size: 476 Bytes
Contents
--- layout: default --- <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
6 entries across 6 versions & 1 rubygems