diff --git a/content/about/team/images/lee-kenneth.png b/content/about/team/images/lee-kenneth.png new file mode 100644 index 000000000..7af93c171 Binary files /dev/null and b/content/about/team/images/lee-kenneth.png differ diff --git a/content/about/team/index.md b/content/about/team/index.md index ca73255f1..c6cbc99e2 100644 --- a/content/about/team/index.md +++ b/content/about/team/index.md @@ -235,8 +235,8 @@ team: note: Intern, Summer 2020 - firstName: Kenneth lastName: Lee - image: profile-placeholder.png - affiliation: + image: lee-kenneth.png + affiliation: UC Davis team: - contributors - firstName: Natalia diff --git a/themes/delphi/layouts/partials/landing/teampic.html b/themes/delphi/layouts/partials/landing/teampic.html index e2f65c192..1f79936fd 100644 --- a/themes/delphi/layouts/partials/landing/teampic.html +++ b/themes/delphi/layouts/partials/landing/teampic.html @@ -5,7 +5,7 @@ {{ range first 8 (sort $team "lastName" "asc" "firstName" "asc") }} {{ $img := $images.GetMatch (path.Join "images" .image) }} {{ printf