removed title attr from home material small cards images

This commit is contained in:
Bachir Soussi Chiadmi 2021-09-16 12:29:09 +02:00
parent 6264a2f604
commit 35d5eeabdf
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ set classes = [
%}
{# {% set attributes['data-src'] = attributes['src'] %}
{% set attributes['src'] = '#' %} #}
<img{{ attributes.addClass(classes) }} />
<img{{ attributes.addClass(classes).removeAttribute('title') }} />