Sha256: cd7c0b46718602c446786605cd474027b1c2138d3e6df47b2c8c36797f4af023
Contents?: true
Size: 267 Bytes
Versions: 24
Compression:
Stored size: 267 Bytes
Contents
<ul class="list-group"> {% for post in site.posts %} <li class="list-group-item"> <a href="{{post.url}}" > {{post.title}} - <small class="text-muted">{{post.date | date: "%A, %B %-d, %Y"}}</small> </a> </li> {% endfor %} </ul>
Version data entries
24 entries across 24 versions & 1 rubygems