Sha256: 1dfda3051fd5298d46e330d8efe645dc05c0f82dd8684d9513ae99cbeabe21bc
Contents?: true
Size: 621 Bytes
Versions: 34
Compression:
Stored size: 621 Bytes
Contents
--- layout: default --- <article class="container typo"> <h1 class="post-title text-left">{{ page.title }}</h1> <section class="posts"> <ul class="post-list"> {% for post in site.posts %} {% if post.journal == nil %} <li> <a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a> {% assign date_format = site.gravid.date_format | default: "%m/%d/%Y" %} <small class="post-meta archive">{{ post.date | date: date_format }}</small> </li> {% endif %} {% endfor %} </ul> </section> </article>
Version data entries
34 entries across 34 versions & 1 rubygems