Sha256: 4fb0c1beeaea3a2abae5e5f66bb8c466e6c0452e33e6b9c1a8ad0fd42eb74d70
Contents?: true
Size: 370 Bytes
Versions: 9
Compression:
Stored size: 370 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
9 entries across 9 versions & 2 rubygems