Skip to content

Commit 4424aae

Browse files
authored
Merge pull request #190 from cmu-delphi/sgratzl/kenneth
feat: update kenneth lee
2 parents f743617 + 4463225 commit 4424aae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
565 KB
Loading

content/about/team/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ team:
235235
note: Intern, Summer 2020
236236
- firstName: Kenneth
237237
lastName: Lee
238-
image: profile-placeholder.png
239-
affiliation:
238+
image: lee-kenneth.png
239+
affiliation: UC Davis
240240
team:
241241
- contributors
242242
- firstName: Natalia

themes/delphi/layouts/partials/landing/teampic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{ range first 8 (sort $team "lastName" "asc" "firstName" "asc") }}
66
{{ $img := $images.GetMatch (path.Join "images" .image) }}
77
<img
8-
src="{{ ($img.Resize "150x150 .jpg").RelPermalink }}"
8+
src="{{ ($img.Resize "150x150 jpg").RelPermalink }}"
99
alt="{{ printf "%s %s" .firstName .lastName }}"
1010
width="150"
1111
height="150"

themes/delphi/layouts/shortcodes/team.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{{ $img := $images.GetMatch (path.Join "images" .image) }}
99
<div class="team-member">
1010
<img
11-
src="{{ ($img.Resize "250x250 .jpg").RelPermalink }}"
11+
src="{{ ($img.Resize "250x250 jpg").RelPermalink }}"
1212
alt="{{ printf "%s %s" .firstName .lastName }}"
1313
width="250"
1414
height="250"

0 commit comments

Comments
 (0)