diff --git a/source/author.html.haml b/source/author.html.haml
index 633fafd..8a920c3 100644
--- a/source/author.html.haml
+++ b/source/author.html.haml
@@ -18,8 +18,9 @@ per_page: 6
.img{style: "background-image: url(#{gravatar(114)})"}
%span.hidden #{blog_author.name}'s Picture
%h1.author-title= blog_author.name
- - if blog_author.bio.present?
- %h2.author-bio= blog_author.bio
+ .author-bio
+ = blog_author.bio
+ = blog_author.bio_full
.author-meta
- if blog_author.location.present?
%span.author-location.icon-location= blog_author.location