From 743461fdf06b437fa1ea89a4221b46eb9060de6a Mon Sep 17 00:00:00 2001 From: Adam Sealey Date: Mon, 4 Dec 2017 22:02:19 -0800 Subject: [PATCH] =?UTF-8?q?Add=20iteration=20through=20multiple=20awards?= =?UTF-8?q?=20for=20education.=20=20This=20allows=20multiple=20bulleted=20?= =?UTF-8?q?=E2=80=9Caward=E2=80=9D=20entries=20to=20be=20present=20in=20th?= =?UTF-8?q?e=20=E2=80=9CAwards=E2=80=9D=20item,=20for=20those=20with=20mul?= =?UTF-8?q?tiple=20entries.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/education.yml | 4 +++- _layouts/resume.html | 11 ++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) 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 %}