removed unused <a> tag in _author-bio.html
This commit is contained in:
parent
91c30a0bf6
commit
fc7aa8f8b8
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if author.avatar contains 'http' %}
|
{% if author.avatar contains 'http' %}
|
||||||
<img src="{{ author.avatar }}" class="bio-photo" alt="{{ author.name }} bio photo"></a>
|
<img src="{{ author.avatar }}" class="bio-photo" alt="{{ author.name }} bio photo">
|
||||||
{% else %}
|
{% else %}
|
||||||
<img src="{{ site.url }}/images/{{ author.avatar }}" class="bio-photo" alt="{{ author.name }} bio photo"></a>
|
<img src="{{ site.url }}/images/{{ author.avatar }}" class="bio-photo" alt="{{ author.name }} bio photo">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<h3>{{ author.name }}</h3>
|
<h3>{{ author.name }}</h3>
|
||||||
<p>{{ author.bio }}</p>
|
<p>{{ author.bio }}</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue