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 2424 {% for author in page.authors %}
2525 < div class ="md-profile md-post__profile ">
2626 < span class ="md-author md-author--long ">
27- < img src ="{{ author.avatar }} " alt ="{{ author.name }} ">
27+ < img src ="{{ author.avatar | url }} " alt ="{{ author.name }} ">
2828 </ span >
2929 < span class ="md-profile__description ">
3030 < strong >
Original file line number Diff line number Diff line change 77 < nav class ="md-post__authors md-typeset ">
88 {% for author in post.authors %}
99 < span class ="md-author ">
10- < img src ="{{ author.avatar }} " alt ="{{ author.name }} ">
10+ < img src ="{{ author.avatar | url }} " alt ="{{ author.name }} ">
1111 </ span >
1212 {% endfor %}
1313 </ nav >
Original file line number Diff line number Diff line change 5656 {% for author in page.authors %}
5757 < div class ="md-profile md-post__profile ">
5858 < span class ="md-author md-author--long ">
59- < img src ="{{ author.avatar }} " alt ="{{ author.name }} " />
59+ < img src ="{{ author.avatar | url }} " alt ="{{ author.name }} " />
6060 </ span >
6161 < span class ="md-profile__description ">
6262 < strong >
Original file line number Diff line number Diff line change 2929 < nav class ="md-post__authors md-typeset ">
3030 {% for author in post.authors %}
3131 < span class ="md-author ">
32- < img src ="{{ author.avatar }} " alt ="{{ author.name }} " />
32+ < img src ="{{ author.avatar | url }} " alt ="{{ author.name }} " />
3333 </ span >
3434 {% endfor %}
3535 </ nav >
You can’t perform that action at this time.
0 commit comments