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 b1709fe commit 54bcae4Copy full SHA for 54bcae4
partials/feature-image.hbs
@@ -8,10 +8,10 @@
8
{{img_url feature_image size="xxl"}} 2000w"
9
sizes="(max-width: 1200px) 100vw, 1120px"
10
src="{{img_url feature_image size="xl"}}"
11
- alt="{{title}}"
+ alt="{{#if feature_image_alt}}{{feature_image_alt}}{{else}}{{title}}{{/if}}"
12
>
13
{{#if feature_image_caption}}
14
<figcaption>{{feature_image_caption}}</figcaption>
15
{{/if}}
16
</figure>
17
-{{/if}}
+{{/if}}
0 commit comments