Skip to content

Commit 5612275

Browse files
authored
Revert "remove extra space in profile image path (alshedivat#451)" (alshedivat#468)
This reverts commit 0a8bfb4.
1 parent 0a8bfb4 commit 5612275

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 }} {{ original.width }}w" {% if alt %}alt="{{ alt }}"{% endif %} {% if title %}title="{{ title }}"{% endif %} {% if zoomable %}data-zoomable{% endif %}/>

0 commit comments

Comments
 (0)