Skip to content

Commit 9136e37

Browse files
alshedivatdtch1997
authored andcommitted
Fix a small bug in _includes/responsive_img.html
Correctly fixes the issue mentioned in alshedivat#471.
1 parent 3e5cdfb commit 9136e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/responsive_img.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
{% endfor %}
66
{% endcapture %}
77

8-
<img {% if class %}class="{{ class }}"{% endif %} src="{{ largest.path | relative_url }}" srcset="{{ srcset | strip_newlines }}/ {{ path }} {{ original.width }}w" {% if alt %}alt="{{ alt }}"{% endif %} {% if title %}title="{{ title }}"{% endif %} {% if zoomable %}data-zoomable{% endif %}/>
8+
<img {% if class %}class="{{ class }}"{% endif %} src="{{ largest.path | relative_url }}" srcset="{{ srcset | strip_newlines }} {{ path | relative_url }} {{ original.width }}w" {% if alt %}alt="{{ alt }}"{% endif %} {% if title %}title="{{ title }}"{% endif %} {% if zoomable %}data-zoomable{% endif %}/>

0 commit comments

Comments
 (0)