Skip to content

Commit 47f3593

Browse files
authored
Update render-image.html
1 parent bef7f72 commit 47f3593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_default/_markup/render-image.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{{- if gt (index $respSizes 0) $src.Width -}}
2121
{{- $respSizes = slice $src.Width -}}
2222
{{- end -}}
23-
<picture t="">
23+
<picture>
2424
{{- range $imageType := $imageTypes -}}
2525
<source type="image/{{ $imageType }}" srcset="
2626
{{- with $respSizes -}}

0 commit comments

Comments
 (0)