Skip to content

Commit

Permalink
Revert "remove extra space in profile image path (alshedivat#451)" (a…
Browse files Browse the repository at this point in the history
…lshedivat#468)

This reverts commit 0a8bfb4.
  • Loading branch information
alshedivat committed Nov 21, 2021
1 parent 5277ce5 commit 4aeccd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/responsive_img.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
{% endfor %}
{% endcapture %}

<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 %}/>
<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 comments on commit 4aeccd3

Please sign in to comment.