Skip to content

Commit 999a999

Browse files
authored
fix
1 parent f5138cf commit 999a999

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
@@ -23,7 +23,7 @@
2323
<picture>
2424
{{- range $imageType := $imageTypes -}}
2525
<source type="image/{{ $imageType }}" srcset="
26-
{{- compressedImage := printf "%s_1080x.%s" .Destination $imageType -}}
26+
{{- $compressedImage := printf "%s_1080x.%s" .Destination $imageType -}}
2727
{{- $cmSrc := .Page.Resources.GetMatch $compressedImage -}}
2828
{{- if $cmSrc -}}
2929
{{ $cmSrc.RelPermalink | absURL}} 1080w

0 commit comments

Comments
 (0)