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.bio }}
-{% if site.owner.twitter %}{% endif %} -{% if site.owner.facebook %}{% endif %} -{% if site.owner.google_plus %}{% endif %} -{% if site.owner.linkedin %}{% endif %} -{% if site.owner.instagram %}{% endif %} -{% if site.owner.github %}{% endif %} -{% if site.owner.lastfm %}{% endif %} -{% if site.owner.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