From 6a9fb34a7f16727c312e6efeb4c087d1f5dd02f6 Mon Sep 17 00:00:00 2001 From: Adam Sealey Date: Wed, 6 Dec 2017 22:55:37 -0800 Subject: [PATCH] Add ability to have have either one award, or multiple. --- _data/education.yml | 6 ++++++ _layouts/resume.html | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/_data/education.yml b/_data/education.yml index 7d7415c..4fa0ec1 100644 --- a/_data/education.yml +++ b/_data/education.yml @@ -6,3 +6,9 @@ - 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 + +- degree: High School Diploma + uni: Springfield High + year: 1984 + award: Least likely to graduate College + summary: You can choose to have either a single or multiple awards diff --git a/_layouts/resume.html b/_layouts/resume.html index 330591c..f70373c 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -78,8 +78,7 @@

{{ education.uni }}

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

- +
{{ education.award }}