diff --git a/source/_includes/archive_post.html b/source/_includes/archive_post.html
index ea42883..82ff40a 100644
--- a/source/_includes/archive_post.html
+++ b/source/_includes/archive_post.html
@@ -6,9 +6,6 @@
{% endunless %}
{{ date | date: "%Y" }}
- {% if forloop.last %}
-
- {% endif %}
{% endunless %}
@@ -20,3 +17,6 @@
{% endif %}
+ {% if forloop.last %}
+
+ {% endif %}
\ No newline at end of file