Sha256: 6f2f44737bb89da32b2c04eac444f0dd8a46ea44b38693edb38f361571cbb215
Contents?: true
Size: 657 Bytes
Versions: 16
Compression:
Stored size: 657 Bytes
Contents
{% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} {% unless year == this_year %} {% assign year = this_year %} <h2 class='year'><a href='/archives/{{ year }}/'>{{year}}</a></h2> {% endunless %} {% capture this_month %}{{ post.date | date: "%B%Y" }}{% endcapture %} {% unless month == this_month %} {% assign month = this_month %} <h3 class='month'>{{ post.date | date: "%B" }}</h3> {% endunless %} <li><span class='day'>{{ post.date | date:"%d" }}</span> <a href="{{ post.url }}">{{ post.title }}</a></li>
Version data entries
16 entries across 16 versions & 1 rubygems