diff options
Diffstat (limited to 'apex/Ibb.hs')
-rw-r--r-- | apex/Ibb.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/Ibb.hs b/apex/Ibb.hs index 1472811..9ef777b 100644 --- a/apex/Ibb.hs +++ b/apex/Ibb.hs @@ -49,6 +49,7 @@ displayPerson person = [shamlet| <a target=_blank href="https://twitter.com/#{_twitter person}" class="fab fa-twitter"> <a target=_blank href=#{_website person} class="fas fa-globe"> <p .card-text> + #{_blurb person} <ul> $forall book <- (_books person) <li> |