diff --git a/progress.png b/progress.png index 525bddf..2fc8f03 100644 Binary files a/progress.png and b/progress.png differ diff --git a/src/main.pdf b/src/main.pdf index 4a6683b..2961588 100644 Binary files a/src/main.pdf and b/src/main.pdf differ diff --git a/src/utils.typ b/src/utils.typ index 2dccec4..ef1641c 100644 --- a/src/utils.typ +++ b/src/utils.typ @@ -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