From 9f610952b94d821d3dad9153e6dceabf7f092bdb Mon Sep 17 00:00:00 2001 From: jeremyvoltz Date: Mon, 20 Oct 2014 13:04:49 -0400 Subject: [PATCH] Added the fixed width class for font awesome icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will allow cleaner stacking of icons that aren’t square --- _includes/_author-bio.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/_includes/_author-bio.html b/_includes/_author-bio.html index 90965ce..f92d631 100644 --- a/_includes/_author-bio.html +++ b/_includes/_author-bio.html @@ -9,17 +9,17 @@ {% endif %}

{{ author.name }}

{{ author.bio }}

-{% if author.email %} Email{% endif %} -{% if author.twitter %} Twitter{% endif %} -{% if author.facebook %} Facebook{% endif %} -{% if author.google.plus %} Google+{% endif %} -{% if author.linkedin %} LinkedIn{% endif %} -{% if author.instagram %} Instagram{% endif %} -{% if author.tumblr %} Tumblr{% endif %} -{% if author.github %} Github{% endif %} -{% if author.stackoverflow %} Stackoverflow{% endif %} -{% if author.lastfm %} Last.fm{% endif %} -{% if author.dribbble %} Dribbble{% endif %} -{% if author.pinterest %} Pinterest{% endif %} -{% if author.foursquare %} Foursquare{% endif %} -{% if author.steam %} Steam{% endif %} +{% if author.email %} Email{% endif %} +{% if author.twitter %} Twitter{% endif %} +{% if author.facebook %} Facebook{% endif %} +{% if author.google.plus %} Google+{% endif %} +{% if author.linkedin %} LinkedIn{% endif %} +{% if author.instagram %} Instagram{% endif %} +{% if author.tumblr %} Tumblr{% endif %} +{% if author.github %} Github{% endif %} +{% if author.stackoverflow %} Stackoverflow{% endif %} +{% if author.lastfm %} Last.fm{% endif %} +{% if author.dribbble %} Dribbble{% endif %} +{% if author.pinterest %} Pinterest{% endif %} +{% if author.foursquare %} Foursquare{% endif %} +{% if author.steam %} Steam{% endif %} -- 2.43.0