Sha256: a6fb9d7e532b4263798f0ea7e219f8f5f7c36269deff2d513db950b16df98b03
Contents?: true
Size: 396 Bytes
Versions: 8
Compression:
Stored size: 396 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
8 entries across 8 versions & 2 rubygems