diff --git a/docs/template.typ b/docs/template.typ index 6aa04b0..0dc8708 100644 --- a/docs/template.typ +++ b/docs/template.typ @@ -38,8 +38,8 @@ pagebreak() // Header - let show-header(ctx, candidates) = { - candidates.body + let show-header(ctx, c) = { + emph(c.body) v(-0.8em) line(length: 100%, stroke: 0.5pt) }