diff --git a/_layouts/archive-year.html b/_layouts/archive-year.html
index cf5a1bdf..94789f9e 100644
--- a/_layouts/archive-year.html
+++ b/_layouts/archive-year.html
@@ -4,13 +4,16 @@
Archive of posts from {{ page.date | date: "%Y" }}
-
{% assign previous_month = '' %}
{% for post in page.posts %}
- {% capture current_month %}{{ post.date | date: "%b" }}{% endcapture %}
+ {% capture current_month %}{{ post.date | date: "%B" }}{% endcapture %}
{% if current_month != previous_month %}
+ {% if previous_month != '' %}
+
+ {% endif %}
{% assign previous_month = current_month %}
{{ current_month }}
+