Sha256: c2aa7c8a397afec2246367f657c54ed763f8af699f58a4c3716ad58182ac80eb
Contents?: true
Size: 429 Bytes
Versions: 4
Compression:
Stored size: 429 Bytes
Contents
--- layout: page --- {% unless page.content == '' %} {{ content }} {% endunless %} <ul class="posts-list"> {% assign category = page.category | default: page.title %} {% for post in site.categories[category] %} <li> <h3> <a href="{{ post.url | relative_url }}"> {{ post.title }} <small>{{ post.date | date_to_string }}</small> </a> </h3> </li> {% endfor %} </ul>
Version data entries
4 entries across 4 versions & 1 rubygems