Sha256: e7bfb05a34e52fdb5b1e6c92fecc75bc8a7115b0f8747c514d4bcdad1fe2628d
Contents?: true
Size: 511 Bytes
Versions: 33
Compression:
Stored size: 511 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
33 entries across 33 versions & 2 rubygems