Sha256: 15d115a7ec657803ea47ccc19fc472d0c781202afb9d52fec974045bff4e8bee
Contents?: true
Size: 368 Bytes
Versions: 9
Compression:
Stored size: 368 Bytes
Contents
--- layout: default --- <ariticle> <h2>Tag: {{ page.tag }}</h2> <ul class="postlistul"> {% for post in site.tags[page.tag] %} <li class="postlistli"> <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a> <date>{{- post.date | date: site.theme_config.date_format -}}</date> </li> {% endfor %} </ul> </ariticle>
Version data entries
9 entries across 9 versions & 1 rubygems