File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
{% for author in page.authors %}
25
25
< div class ="md-profile md-post__profile ">
26
26
< span class ="md-author md-author--long ">
27
- < img src ="{{ author.avatar }} " alt ="{{ author.name }} ">
27
+ < img src ="{{ author.avatar | url }} " alt ="{{ author.name }} ">
28
28
</ span >
29
29
< span class ="md-profile__description ">
30
30
< strong >
Original file line number Diff line number Diff line change 7
7
< nav class ="md-post__authors md-typeset ">
8
8
{% for author in post.authors %}
9
9
< span class ="md-author ">
10
- < img src ="{{ author.avatar }} " alt ="{{ author.name }} ">
10
+ < img src ="{{ author.avatar | url }} " alt ="{{ author.name }} ">
11
11
</ span >
12
12
{% endfor %}
13
13
</ nav >
Original file line number Diff line number Diff line change 56
56
{% for author in page.authors %}
57
57
< div class ="md-profile md-post__profile ">
58
58
< span class ="md-author md-author--long ">
59
- < img src ="{{ author.avatar }} " alt ="{{ author.name }} " />
59
+ < img src ="{{ author.avatar | url }} " alt ="{{ author.name }} " />
60
60
</ span >
61
61
< span class ="md-profile__description ">
62
62
< strong >
Original file line number Diff line number Diff line change 29
29
< nav class ="md-post__authors md-typeset ">
30
30
{% for author in post.authors %}
31
31
< span class ="md-author ">
32
- < img src ="{{ author.avatar }} " alt ="{{ author.name }} " />
32
+ < img src ="{{ author.avatar | url }} " alt ="{{ author.name }} " />
33
33
</ span >
34
34
{% endfor %}
35
35
</ nav >
You can’t perform that action at this time.
0 commit comments