From 18d537ca00a54ab42de561df3a2b5904d8638a21 Mon Sep 17 00:00:00 2001 From: Ciaran Lyons Date: Thu, 10 Aug 2017 15:06:01 -0400 Subject: [PATCH] =?UTF-8?q?Added=20=E2=80=98memberOf=E2=80=99=20property?= =?UTF-8?q?=20to=20Associations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _layouts/resume.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/resume.html b/_layouts/resume.html index 29f2705..ea14d05 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -154,9 +154,9 @@ {% for association in site.data.associations %} -
-

{{ association.organization }}

-

{{ association.role }} • {{ association.year }}

+
+

+

{{ association.role }} • {{ association.year }}

{{ association.summary }}

{% endfor %}