_layouts/feature.html in appscms-tools-theme-1.5.7 vs _layouts/feature.html in appscms-tools-theme-1.5.8
- old
+ new
@@ -83,11 +83,11 @@
<div class="flex-class">
<div class=" d-flex flex-wrap justify-content-center">
{%- if featureData.HOW_TO_CONTENT.logoImageUrl -%}
<div class="how-to-img-wrapper "><img class="how-to-leftimg" height="180px" width="300px"
src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
- alt="{{featureData.HOW_TO_CONTENT.logoImageAlt}}" {%- if site.crossorigin -%} crossorigin
- {%- endif -%}>
+ alt="{{featureData.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}" {%- if
+ site.crossorigin -%} crossorigin {%- endif -%}>
</div>
{%- endif -%}
<div class="how-to-right">
<h3 class="how-to-title">{{featureData.HOW_TO_CONTENT.heading | replace: "$variable",
page.value}}</h3>
\ No newline at end of file