Removed hidden char from figure.liquid (#2804)

Signed-off-by: George Araújo <george.gcac@gmail.com>
This commit is contained in:
George 2024-10-23 12:17:07 -03:00 committed by GitHub
parent eae72d8719
commit d1b38ee121
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,6 @@
<source
class="responsive-img-srcset"
{% if ext == 'gif' or ext == 'jpeg' or ext == 'jpg' or ext == 'png' or ext == 'tiff' %}
srcset="{% for i in site.imagemagick.widths %}{{ img_path | relative_url }}-{{ i }}.webp {{ i }}w,{% endfor %}"
type="image/webp"
{% else %}