Sha256: d1e8130f81210affc89fe231470891238c6821c05fd223e81805f637e8a9d7cb
Contents?: true
Size: 395 Bytes
Versions: 3
Compression:
Stored size: 395 Bytes
Contents
--- layout: theme:page title: Blog Archive footer: false permalink: /archive/ --- <div id="blog-archives"> {% for post in site.posts reverse %} {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} {% unless year == this_year %} {% assign year = this_year %} <h2>{{ year }}</h2> {% endunless %} <article> {% include theme:archive_post.html %} </article> {% endfor %} </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
boldandblue-0.0.4 | assets/pages/archive.html |
boldandblue-0.0.3 | assets/pages/archive.html |
boldandblue-0.0.2 | assets/pages/archive.html |