File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 88 {%comment%}TODO lazy loading{%endcomment%}
99 {%comment%}< img class ="lazy " data-src ="{% if include.widget.image contains='http://' %}{{ include.widget.image }}{% else %}{{ site.urlimg }}{{ include.widget.image }}{% endif %} " alt ="" /> {%endcomment%}
1010 {%comment%}< noscript > {%endcomment%}
11- {% capture widget_image %}{% if include.widget.image contains 'http' %}{{ include.widget.image }}{% else %}{{ site.urlimg }}{{ site.baseurl }}{{ include.widget.image }}{% endif %}{% endcapture %}
11+ {% capture widget_image %}{% if include.widget.image contains 'http' %}{{ include.widget.image }}{% else %}{{ site.urlimg }}{{ include.widget.image }}{% endif %}{% endcapture %}
1212 < img src ="{{widget_image}} " alt ="" />
1313 {%comment%}</ noscript > {%endcomment%}
1414 {% endif %}
You can’t perform that action at this time.
0 commit comments