Sha256: 9be7727abd3e9ef9bef9dcb8762a6d84316c0cf86a420a8b0d2ba22708b38147
Contents?: true
Size: 453 Bytes
Versions: 1
Compression:
Stored size: 453 Bytes
Contents
--- layout: page title: Blog Archive footer: false body_id: 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 %} {% include post/variables.html %} <article {% if linklog %}data-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/archives/index.html |