Skip to content

Commit b128dc6

Browse files
committed
Bugfix deleted base.url
1 parent 86905ed commit b128dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/_frontpage-widget.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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 %}

0 commit comments

Comments
 (0)