Sha256: 82a761f2714f61f58202c0b350c8a0b6dcd9f801494582986ecc347c7d1aed7f
Contents?: true
Size: 652 Bytes
Versions: 6
Compression:
Stored size: 652 Bytes
Contents
--- layout: default --- <div class="wrapper"> <h1 href="{{ "/" | relative_url }}">{{ site.title | escape }}</h1> <hr> <p class="right">Subscribe <a href="{{ '/feed.xml' | relative_url }}">via RSS</a></p> {{ content }} <ul class="pad-vertically"> {% for post in site.posts %} <li> <h3> <a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a> </h3> {% assign date_format = site.doccoli-jekyll.date_format | default: "%b %-d, %Y" %} <span>{{ post.date | date: date_format }}</span> </li> {% endfor %} </ul> </div>
Version data entries
6 entries across 6 versions & 1 rubygems