removed page number on first page and progress.png
This commit is contained in:
parent
953716b95a
commit
4a429bd62b
BIN
progress.png
BIN
progress.png
Binary file not shown.
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 128 KiB |
BIN
src/main.pdf
BIN
src/main.pdf
Binary file not shown.
@ -197,8 +197,10 @@
|
|||||||
set text(font: "Source Sans 3")
|
set text(font: "Source Sans 3")
|
||||||
set page(
|
set page(
|
||||||
footer: context {
|
footer: context {
|
||||||
|
if counter(page).get().first() != 1 {
|
||||||
align(center, counter(page).display("1 / 1", both: true))
|
align(center, counter(page).display("1 / 1", both: true))
|
||||||
}
|
}
|
||||||
|
}
|
||||||
)
|
)
|
||||||
body
|
body
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user