Sha256: 9c19e7951e298dc57c4701e688c44f87eb3b4be9871620abc2030655ed31f807
Contents?: true
Size: 340 Bytes
Versions: 22
Compression:
Stored size: 340 Bytes
Contents
<div class="content-block"> <h2>{{ include.title }}</h2> {% assign posts = include.posts | sort: "date" | reverse %} <ul class="unordered-list unordered-list--linked"> {% for post in posts limit: 30 %} <li> <a href="{{ post.url }}"> {{ post.title }} </a> </li> {% endfor %} </ul> </div>
Version data entries
22 entries across 22 versions & 2 rubygems