Sha256: 1209f31fedf8b15160c65be1653c23af78e2c8466dbc879db92a02ab01949580
Contents?: true
Size: 266 Bytes
Versions: 4
Compression:
Stored size: 266 Bytes
Contents
--- layout: default --- <div class="post"> <h1>Tag: {{ page.tag }}</h1> <ul> {% for post in site.tags[page.tag] %} <li> {{ post.date | date: "%Y-%m-%d" }} » <a href="{{ post.url }}">{{ post.title }}</a> </li> {% endfor %} </ul> </div> <hr>
Version data entries
4 entries across 4 versions & 1 rubygems