diff --git a/typst/template.typ b/typst/template.typ index 7899ae3..3565a52 100644 --- a/typst/template.typ +++ b/typst/template.typ @@ -108,7 +108,7 @@ level: 1 ): it => { v(constants.font_size * 1.25, weak: true) - if it.body.fields().at("children", default: none) != none { + if it.body().fields().at("children", default: none) != none { strong(it) } else { it