diff --git a/pages/resume/resume.njk b/pages/resume/resume.njk
index 855ab67..2f332bf 100644
--- a/pages/resume/resume.njk
+++ b/pages/resume/resume.njk
@@ -128,14 +128,20 @@ permalink: "resume/{{ resume.locale }}/index.html"
- {{ resume.education.history[0].end }}
-
{% for edu in resume.education.history %}
+ {% if edu.end != resume.education.history[loop.index - 2].start %}
+ {% if loop.index != 1 %}
+
+ {% endif %}
+ {{ edu.end }}
+ {% endif %}
+
{{ edu.title }}
{{ edu.institution }}
{{ edu.eqv }}
+
{{ edu.start }}
{% endfor %}