File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
{% endif %}
4
4
5
5
{% if author.avatar contains 'http' %}
6
- < img src ="{{ author.avatar }} " class ="bio-photo " alt ="{{ author.name }} bio photo "> </ a >
6
+ < img src ="{{ author.avatar }} " class ="bio-photo " alt ="{{ author.name }} bio photo ">
7
7
{% else %}
8
- < img src ="{{ site.url }}/images/{{ author.avatar }} " class ="bio-photo " alt ="{{ author.name }} bio photo "> </ a >
8
+ < img src ="{{ site.url }}/images/{{ author.avatar }} " class ="bio-photo " alt ="{{ author.name }} bio photo ">
9
9
{% endif %}
10
10
< h3 > {{ author.name }}</ h3 >
11
11
< p > {{ author.bio }}</ p >
@@ -22,4 +22,4 @@ <h3>{{ author.name }}</h3>
22
22
{% if author.dribbble %}< a href ="http://dribbble.com/{{ author.dribbble }} " class ="author-social " target ="_blank "> < i class ="fa fa-dribbble "> </ i > Dribbble</ a > {% endif %}
23
23
{% if author.pinterest %}< a href ="http://www.pinterest.com/{{ author.pinterest }} " class ="author-social " target ="_blank "> < i class ="fa fa-pinterest "> </ i > Pinterest</ a > {% endif %}
24
24
{% if author.foursquare %}< a href ="http://foursquare.com/{{ author.foursquare }} " class ="author-social " target ="_blank "> < i class ="fa fa-foursquare "> </ i > Foursquare</ a > {% endif %}
25
- {% if author.steam %}< a href ="http://steamcommunity.com/id/{{ author.steam }} " class ="author-social " target ="_blank "> < i class ="fa fa-steam-square "> </ i > Steam</ a > {% endif %}
25
+ {% if author.steam %}< a href ="http://steamcommunity.com/id/{{ author.steam }} " class ="author-social " target ="_blank "> < i class ="fa fa-steam-square "> </ i > Steam</ a > {% endif %}
You can’t perform that action at this time.
0 commit comments