Skip to content

Commit 3822680

Browse files
committed
typo fix
1 parent 07bfa41 commit 3822680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

partials/loop.hbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
{{#match @custom.post_feed_layout "=" "Parallax"}},
1313
{{img_url feature_image size="xl"}} 1200w,
1414
{{img_url feature_image size="xxl"}} 2000w"
15-
sizes="(max-width: 1440px) 100vw, 1440px"
15+
sizes="(max-width: 1440px) 100vw, 1440w"
1616
{{else}}
17-
sizes="(max-width: 991px) 100vw, 50vw"
17+
" sizes="(max-width: 991px) 100vw, 50vw"
1818
{{/match}}
1919
src="{{img_url feature_image size="m"}}"
2020
alt="{{#if feature_image_alt}}{{feature_image_alt}}{{else}}{{title}}{{/if}}"

0 commit comments

Comments
 (0)