Skip to content

Commit 0542b51

Browse files
committed
fix: remove whitespace from avatar URL (#537)
Fix #537
1 parent e681080 commit 0542b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{{ site.avatar | relative_url }}
1717
{% endif %}
1818
{% endcapture %}
19-
<img src="{{ avatar_url }}" alt="avatar" onerror="this.style.display='none'">
19+
<img src="{{ avatar_url | strip }}" alt="avatar" onerror="this.style.display='none'">
2020
{% endif %}
2121
</a>
2222
</div>

0 commit comments

Comments
 (0)