diff options
author | Ben Sima <ben@bsima.me> | 2019-03-02 15:28:00 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-03-02 15:28:00 -0800 |
commit | 7122109a0c064fcc99fb58f2759ad02b1143e2c6 (patch) | |
tree | d3cdf5fd7773acfd0c9385397d02c40e11008385 | |
parent | 1fa8be91f7612fc67843220f133ea9a57224da16 (diff) |
ibb: Add blurb to cards
-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> |