diff --git a/_includes/author-bio.html b/_includes/author-bio.html index 9ef2e8cc..0dd3666b 100644 --- a/_includes/author-bio.html +++ b/_includes/author-bio.html @@ -1,11 +1,11 @@ -{{ site.owner.name }} bio photo -

{{ site.owner.name }}

+{{ site.owner.name }} bio photo +

{{ site.owner.name }}

{{ site.owner.bio }}

-{% if site.owner.twitter %}

Twitter

{% endif %} -{% if site.owner.facebook %}

Facebook

{% endif %} -{% if site.owner.google_plus %}

Google+

{% endif %} -{% if site.owner.linkedin %}

LinkedIn

{% endif %} -{% if site.owner.instagram %}

Instagram

{% endif %} -{% if site.owner.github %}

Github

{% endif %} -{% if site.owner.lastfm %}

Last.fm

{% endif %} -{% if site.owner.tumblr %}

Tumblr

{% endif %} \ No newline at end of file +{% if site.owner.twitter %} Twitter{% endif %} +{% if site.owner.facebook %} Facebook{% endif %} +{% if site.owner.google_plus %} Google+{% endif %} +{% if site.owner.linkedin %} LinkedIn{% endif %} +{% if site.owner.instagram %} Instagram{% endif %} +{% if site.owner.github %} Github{% endif %} +{% if site.owner.lastfm %} Last.fm{% endif %} +{% if site.owner.tumblr %} Tumblr{% endif %} \ No newline at end of file