From 89271dd67da3272a4e4c936328518db22f59d26f Mon Sep 17 00:00:00 2001 From: Thomas Freudenberg Date: Thu, 5 Mar 2015 23:43:59 +0100 Subject: [PATCH] mis-aligment of email address (all other items have an leading whitespace) --- _includes/_author-bio.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/_author-bio.html b/_includes/_author-bio.html index f2fb2601..288b967f 100644 --- a/_includes/_author-bio.html +++ b/_includes/_author-bio.html @@ -12,7 +12,7 @@

{{ author.name }}

{{ author.bio }}

- {% if author.email %}Email{% endif %} + {% if author.email %} Email{% endif %} {% if author.twitter %} Twitter{% endif %} {% if author.facebook %} Facebook{% endif %} {% if author.google.plus %} Google+{% endif %}