diff --git a/_layouts/resume.html b/_layouts/resume.html
index 21e105fcb..28b1ec20b 100644
--- a/_layouts/resume.html
+++ b/_layouts/resume.html
@@ -55,8 +55,8 @@
Experience
{% for job in site.data.experience %}
{{ job.company }}
-
{{ job.position }}{{ job.duration }}
-
{{ job.summary }}
+
{{ job.position }} • {{ job.duration }}
+
{{ job.summary }}
{% endfor %}
@@ -75,7 +75,7 @@ Education
{% for education in site.data.education %}
{{ education.uni }}
-
{{ education.degree }}{{ education.year }}
+
{{ education.degree }} • {{ education.year }}
{{ education.awards }}
{{ education.summary }}
@@ -95,8 +95,8 @@ Projects
{% for project in site.data.projects %}
{{ project.project }}
-
{{ project.role }}{{ project.duration }}
-
{{ project.description }}
+
{{ project.role }} • {{ project.duration }}
+
{{ project.description }}
{% endfor %}