Sha256: 9d130c8f4a1243a7a6553d1193ed08a31e2203dff7ea70dd9343d5efe58fd161
Contents?: true
Size: 724 Bytes
Versions: 35
Compression:
Stored size: 724 Bytes
Contents
--- layout: default --- <article class="container typo"> <section class="info"> {{ content }} </section> <hr> <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">{{ post.date | date: date_format }}</small> <p class="typo-small">{{ post.content | split:"<!-- more -->" | first | strip_html }}</p> </li> {% endif %} {% endfor %} </ul> </section> </article>
Version data entries
35 entries across 35 versions & 1 rubygems