Fix avatar bug, add a6

This commit is contained in:
Artemis Tosini 2023-11-30 18:23:40 +00:00
parent cef0b38f11
commit b8d6c6b8c4
Signed by: artemist
GPG key ID: EE5227935FE3FF18
2 changed files with 13 additions and 1 deletions

12
cards_a6_lettersheet.typ Normal file
View file

@ -0,0 +1,12 @@
#{
set page("us-letter", margin: 0em)
import "common.typ"
let options = json("options.json")
let cards = options.cards
let args = options.args
common.card_sheets(148mm, 105mm, 1in/16, args, cards)
}

View file

@ -49,7 +49,7 @@
)
)
}
if card.avatar != "" {
if card.avatar != none {
place_avatar(text_height, card)
}
}