We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
author.avatar
/
://
1 parent 9ae9d32 commit 7700d3bCopy full SHA for 7700d3b
_includes/author-profile.html
@@ -8,7 +8,7 @@
8
9
<div class="author__avatar">
10
{% if author.avatar contains "://" %}
11
- <img src="{{ author.avatar | prepend: "/" }}" alt="{{ author.name }}">
+ <img src="{{ author.avatar }}" alt="{{ author.name }}">
12
{% else %}
13
<img src="{{ author.avatar | prepend: "/" | prepend: base_path }}" class="author__avatar" alt="{{ author.name }}">
14
{% endif %}
0 commit comments