Skip to content

Commit fc7aa8f

Browse files
author
Mustafa Hasturk
committed
removed unused <a> tag in _author-bio.html
1 parent 91c30a0 commit fc7aa8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/_author-bio.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
{% endif %}
44

55
{% 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">
77
{% 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">
99
{% endif %}
1010
<h3>{{ author.name }}</h3>
1111
<p>{{ author.bio }}</p>
@@ -22,4 +22,4 @@ <h3>{{ author.name }}</h3>
2222
{% if author.dribbble %}<a href="http://dribbble.com/{{ author.dribbble }}" class="author-social" target="_blank"><i class="fa fa-dribbble"></i> Dribbble</a>{% endif %}
2323
{% 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 %}
2424
{% 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 %}

0 commit comments

Comments
 (0)