From 5f33120cdf868379b97268d4a12ac78cbc531036 Mon Sep 17 00:00:00 2001 From: Victor Lourng Date: Thu, 16 Feb 2017 17:59:34 -0500 Subject: [PATCH] Get faculty profile from CSV --- _layouts/faculty.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/_layouts/faculty.html b/_layouts/faculty.html index 04f87f8d..c079c60a 100644 --- a/_layouts/faculty.html +++ b/_layouts/faculty.html @@ -8,34 +8,34 @@ -{% for person in site.data.faculty %} +{% for person in site.data.profiles %}
-
{{ person.name }}
+
Photo of {{ person['First Name'] }}
-

{{ person.name }}

+

{{ person['First Name'] }} {{ person['Last Name'] }}

{{ person.title }}

-

{{ person.bio | markdownify }}

+

{{ person['Bio'] | markdownify }}