Remove avatar logo

This commit is contained in:
Alexandre Dulaunoy 2015-07-11 13:42:10 +02:00
parent 05d43126a5
commit 9e14383afa

View file

@ -28,9 +28,9 @@
{% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.owner %}
{% endif %}
{% 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"></a> -->
{% 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"></a> -->
{% endif %}
<span class="author vcard">By <span class="fn">{{ author.name }}</span></span>
<span class="entry-date date published"><time datetime="{{ page.date | date_to_xmlschema }}"><i class="fa fa-calendar-o"></i> {{ page.date | date: "%B %d, %Y" }}</time></span>