Skip to content

Commit 70945e1

Browse files
Removed unnecessary itemprop
1 parent ed015ba commit 70945e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

partials/feature-image.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<img src="{{img_url feature_image size="xl"}}" alt="{{title}}">
1010
</picture>
1111
{{#if feature_image_caption}}
12-
<figcaption itemprop="caption">{{feature_image_caption}}</figcaption>
12+
<figcaption>{{feature_image_caption}}</figcaption>
1313
{{/if}}
1414
</figure>
1515
{{/if}}

0 commit comments

Comments
 (0)