removed title attr from home material small cards images
This commit is contained in:
parent
6264a2f604
commit
35d5eeabdf
|
@ -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') }} />
|
||||
|
|
Loading…
Reference in New Issue