Sha256: 7b13bd039ce479228e6f6c6c2f7e35aa7b7bc4f88df2baaaa17d1ff01d5778c5
Contents?: true
Size: 374 Bytes
Versions: 1
Compression:
Stored size: 374 Bytes
Contents
--- layout: theme:page title: Blog Archive footer: false --- <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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
greyjoy_ink-0.1.0 | assets/pages/blog/archives/index.html |