diff --git a/_includes/_author-bio.html b/_includes/_author-bio.html index ffbb8c9b..3378a352 100644 --- a/_includes/_author-bio.html +++ b/_includes/_author-bio.html @@ -1,4 +1,10 @@ -{{ site.owner.name }} bio photo +{% if site.owner.avatar contains 'http://' %} + {{ site.owner.name }} bio photo +{% elsif site.owner.avatar contains 'https://' %} + {{ site.owner.name }} bio photo +{% else %} + {{ site.owner.name }} bio photo +{% endif %}

{{ site.owner.name }}

{{ site.owner.bio }}

{% if site.owner.twitter %} Twitter{% endif %}