We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2afab commit 4463225Copy full SHA for 4463225
themes/delphi/layouts/partials/landing/teampic.html
@@ -5,7 +5,7 @@
5
{{ range first 8 (sort $team "lastName" "asc" "firstName" "asc") }}
6
{{ $img := $images.GetMatch (path.Join "images" .image) }}
7
<img
8
- src="{{ ($img.Resize "150x150 .jpg").RelPermalink }}"
+ src="{{ ($img.Resize "150x150 jpg").RelPermalink }}"
9
alt="{{ printf "%s %s" .firstName .lastName }}"
10
width="150"
11
height="150"
themes/delphi/layouts/shortcodes/team.html
@@ -8,7 +8,7 @@
<div class="team-member">
- src="{{ ($img.Resize "250x250 .jpg").RelPermalink }}"
+ src="{{ ($img.Resize "250x250 jpg").RelPermalink }}"
12
13
width="250"
14
height="250"
0 commit comments