diff --git a/templates/archives.html b/templates/archives.html
index d6c5dc8a..d2895930 100644
--- a/templates/archives.html
+++ b/templates/archives.html
@@ -46,19 +46,19 @@
{% endif %}
{% if loop.last %}
-
+
{% else %}
{% set next_year = loop.nextitem.date.strftime('%Y') %}
{% if next_year != year %}
-
+
{% else %}
-
+
{% endif %}
{% endif %}
{{ article.title }} {%if article.subtitle %} {{ article.subtitle }} {% endif %}
-
+
{% endfor %}