Sha256: 8d4df99b69c9ed3e160c2e726ea8d72f8881069ebcab2432cfebd859be7cfb1c
Contents?: true
Size: 432 Bytes
Versions: 19
Compression:
Stored size: 432 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="{{ site.baseurl }}{{ post.url }}"> {{ post.title }} <small>{{ post.date | date_to_string }}</small> </a> </h3> </li> {% endfor %} </ul>
Version data entries
19 entries across 19 versions & 1 rubygems