Sha256: 6f9f78648183a76653e2d4e008ac060e0dba66d94fd9312d6ef956aa8f925d62
Contents?: true
Size: 512 Bytes
Versions: 6
Compression:
Stored size: 512 Bytes
Contents
--- layout: Page --- <div> <main> {% assign postsByDay = site.posts | group_by_exp:"post", "post.date | date: '%d-%B-%Y'" %} {% for day in postsByDay %} <h2 id="{{ day.name }}">{{ day.name }}</h2> {% for post in day.items %} <li id="date-content" style="padding-bottom: 0.6em; list-style: none;"><a href="{{site.baseurl}}{{ post.url }}">{{ post.title }}</a></li> {% endfor %} {% endfor %} <br/> <br/> </main> </div>
Version data entries
6 entries across 6 versions & 1 rubygems