From 0f656b1a08ec7f3a6870a6822da6689e14c7ba8d Mon Sep 17 00:00:00 2001 From: Julian Krauser Date: Thu, 20 Feb 2025 08:42:22 +0100 Subject: [PATCH] typst v0.13.0 template update --- typst/template.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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