removed page number on first page and progress.png

This commit is contained in:
Louis Heredero 2024-12-18 21:10:32 +01:00
parent 953716b95a
commit 4a429bd62b
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7
3 changed files with 3 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

View File

@ -197,7 +197,9 @@
set text(font: "Source Sans 3")
set page(
footer: context {
align(center, counter(page).display("1 / 1", both: true))
if counter(page).get().first() != 1 {
align(center, counter(page).display("1 / 1", both: true))
}
}
)
body