Sha256: 237c3bd4c855b4b75fb6f00c4e60f0eb87638f8e2c942bf9c0e86e4fbd379b3e

Contents?: true

Size: 377 Bytes

Versions: 1

Compression:

Stored size: 377 Bytes

Contents

---
layout: theme:page
footer: false
---

<div id="blog-archives" class="category">
{% for post in site.categories[page.category] %}
{% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %}
{% unless year == this_year %}
  {% assign year = this_year %}
  <h2>{{ year }}</h2>
{% endunless %}
<article>
  {% include archive_post.html %}
</article>
{% endfor %}
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
greyjoy_ink-0.1.0 assets/layouts/category_index.html