Sha256: 5332e3e6a685e1e0bb228c88756700e864921aebfd85e11da8ff580357dc5d64
Contents?: true
Size: 410 Bytes
Versions: 12
Compression:
Stored size: 410 Bytes
Contents
<ul> {% for category in site.categories %} {% if category[0] == page.category %} {% assign post_list = category[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
12 entries across 12 versions & 2 rubygems