File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments