mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-21 09:37:12 +00:00
Remove avatar logo
This commit is contained in:
parent
05d43126a5
commit
9e14383afa
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue