Skip to content

Commit 512f320

Browse files
should be a block, not a place
1 parent 00ea462 commit 512f320

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/templates/template.typst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
}
6969
}
7070

71-
place(top, float: true, scope: "parent", clearance: 4mm)[
71+
block(below: 4mm)[
7272
#if title != none {
7373
align(center)[#block(inset: 2em)[
7474
#text(weight: "bold", size: 1.5em)[#title #if thanks != none {

test/writer.typst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
}
9393
}
9494

95-
place(top, float: true, scope: "parent", clearance: 4mm)[
95+
block(below: 4mm)[
9696
#if title != none {
9797
align(center)[#block(inset: 2em)[
9898
#text(weight: "bold", size: 1.5em)[#title #if thanks != none {

0 commit comments

Comments
 (0)