Sha256: 5fc9a8bf7e73f1305d44e0827035db1a5f5c032223fb50cb0c2d3dce289ef7d5

Contents?: true

Size: 465 Bytes

Versions: 1

Compression:

Stored size: 465 Bytes

Contents

---
layout: page
footer: false
body_id: archive
---

<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 %}
{% include post/variables.html %}
<article {% if linklog %}class='linklog'{% endif %}>
  {% include archive_post.html %}
</article>
{% endfor %}
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
octopress-3.0.0.alpha1 .themes/classic/source/_layouts/category_index.html