From f161948750dc1349f554f061a6ee5d2487932ba8 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Sat, 7 Sep 2013 09:59:49 -0400 Subject: [PATCH] Minor adjustments to author-bio typography --- _includes/author-bio.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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