Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/about/team/images/lee-kenneth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions content/about/team/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion themes/delphi/layouts/partials/landing/teampic.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{ range first 8 (sort $team "lastName" "asc" "firstName" "asc") }}
{{ $img := $images.GetMatch (path.Join "images" .image) }}
<img
src="{{ ($img.Resize "150x150 .jpg").RelPermalink }}"
src="{{ ($img.Resize "150x150 jpg").RelPermalink }}"
alt="{{ printf "%s %s" .firstName .lastName }}"
width="150"
height="150"
Expand Down
2 changes: 1 addition & 1 deletion themes/delphi/layouts/shortcodes/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{{ $img := $images.GetMatch (path.Join "images" .image) }}
<div class="team-member">
<img
src="{{ ($img.Resize "250x250 .jpg").RelPermalink }}"
src="{{ ($img.Resize "250x250 jpg").RelPermalink }}"
alt="{{ printf "%s %s" .firstName .lastName }}"
width="250"
height="250"
Expand Down