Sha256: 3c5e4dc5c2b436ed63cffcaa24b721667ce3ee78a87fec7fa5b7a6da17bd3dd5

Contents?: true

Size: 402 Bytes

Versions: 3

Compression:

Stored size: 402 Bytes

Contents

---
layout: 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 class="archive-article-format">
  {% include archive_post.html %}
</article>
{% endfor %}
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-foxslide-0.1.2 _layouts/category_index.html
jekyll-foxslide-0.1.1 _layouts/category_index.html
jekyll-foxslide-0.1.0 _layouts/category_index.html