diff options
Diffstat (limited to 'source/blog/archives/index.html')
-rw-r--r-- | source/blog/archives/index.html | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/source/blog/archives/index.html b/source/blog/archives/index.html index 8c58fea..e4bc23c 100644 --- a/source/blog/archives/index.html +++ b/source/blog/archives/index.html @@ -4,14 +4,5 @@ title: Blog Archives --- {% for post in site.posts reverse %} -<section class="archive"> - {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} - {% unless year == this_year %} - {% assign year = this_year %} - <h1 class="archive-title">{{ year }}</h1> - {% endunless %} - <article class="archive"> - {% include archive_post.html %} - </article> -</section> + {% include archive_post.html %} {% endfor %}
\ No newline at end of file |