Sha256: b37e1443b018a3b72ba3f69791533ca63632fa3ddf65fff2909a17d216300025
Contents?: true
Size: 654 Bytes
Versions: 10
Compression:
Stored size: 654 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 %} <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> {% endfor %} </ul> </section> </article>
Version data entries
10 entries across 10 versions & 1 rubygems