From 590392adce69665fab08898c14309bfcc8a23b1a Mon Sep 17 00:00:00 2001 From: Wingy Date: Tue, 3 Dec 2019 17:33:20 -0500 Subject: [PATCH] oops --- views/wishlist.pug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/wishlist.pug b/views/wishlist.pug index 6dca684..5503559 100644 --- a/views/wishlist.pug +++ b/views/wishlist.pug @@ -185,7 +185,8 @@ block print .print-gifts each item, index in wishlist.filter(item => item.addedBy === req.params.user) .print-gift(style='page-break-inside: avoid;') - hr(style='margin-top: .5em; margin-bottom: .5em; background-color: black;') + if index > 0 + hr(style='margin-top: .5em; margin-bottom: .5em; background-color: black;') span.is-size-6.ugc= item.name span= ' ' span.ugc.has-text-grey= item.url