Sha256: e1676bb33cb5fc5276e8e92a854c8f6882cc923f8a59a34598a6e41a21f2302e
Contents?: true
Size: 384 Bytes
Versions: 15
Compression:
Stored size: 384 Bytes
Contents
<ul> {% for tag in site.tags %} {% if tag[0] == page.tag %} {% assign post_list = tag[1] %} {%- for post in post_list -%} <li> <span>{{ post.date | date: "%Y-%m-%d" }}</span> » <a href="{{ post.url | relative_url }}"> {{ post.title | escape }} </a> </li> {%- endfor -%} {%- endif -%} {% endfor %} </ul>
Version data entries
15 entries across 15 versions & 2 rubygems