diff --git a/_data/education.yml b/_data/education.yml index 35aac60..7d7415c 100644 --- a/_data/education.yml +++ b/_data/education.yml @@ -2,5 +2,7 @@ - degree: Associates Degree, Business Management uni: Springfield College year: 1984 — 1986 - awards: Quickest to fall asleep + awards: + - award: Quickest to fall asleep + - award: Fastest donut eater summary: If you had any meaningful roles at college, feel free to write about them here diff --git a/_layouts/resume.html b/_layouts/resume.html index 6099869..330591c 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -78,7 +78,16 @@

{{ education.uni }}

{{ education.degree }} • {{ education.year }}

-
{{ education.awards }}
+ +

+

+ +

{{ education.summary }}

{% endfor %}