Fix page counter for typst update

This commit is contained in:
Marty Oehme 2025-01-28 10:00:25 +01:00
parent 9d4c195ce9
commit 1ea7afdaa5
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 2 additions and 2 deletions

2
cv.typ
View file

@ -156,7 +156,7 @@
][
#smallcaps[#contents.about.fullname]
][
#counter(page).display()
#context counter(page).display()
]
],
)

View file

@ -174,7 +174,7 @@
][
#smallcaps[#contents.about.fullname]
][
#counter(page).display()
#context counter(page).display()
]
],
)