summaryrefslogtreecommitdiff
path: root/ibb
diff options
context:
space:
mode:
Diffstat (limited to 'ibb')
-rw-r--r--ibb/Main.hs6
1 files changed, 4 insertions, 2 deletions
diff --git a/ibb/Main.hs b/ibb/Main.hs
index 5937b96..2c5bb1b 100644
--- a/ibb/Main.hs
+++ b/ibb/Main.hs
@@ -103,9 +103,11 @@ displayPerson person = [shamlet|
<h4>#{_name person}
<ul>
$forall book <- (_books person)
- <li><a .text-dark href="https://www.amazon.com/dp/#{_amznref book}">#{_title book}</a>
+ <li>
+ <a target=_blank .text-dark href="https://www.amazon.com/dp/#{_amznref book}">
+ #{_title book}
<div .card-footer>
- <a .btn href=#{_website person}>Personal Website
+ <a target=_blank .btn href=#{_website person}>Personal Website
|]
homepage :: Markup