Removed hidden char from figure.liquid (#2804)
Signed-off-by: George Araújo <george.gcac@gmail.com>
This commit is contained in:
parent
eae72d8719
commit
d1b38ee121
@ -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 %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user