Fix page counter for typst update
This commit is contained in:
parent
9d4c195ce9
commit
1ea7afdaa5
2 changed files with 2 additions and 2 deletions
2
cv.typ
2
cv.typ
|
@ -156,7 +156,7 @@
|
|||
][
|
||||
#smallcaps[#contents.about.fullname]
|
||||
][
|
||||
#counter(page).display()
|
||||
#context counter(page).display()
|
||||
]
|
||||
],
|
||||
)
|
||||
|
|
|
@ -174,7 +174,7 @@
|
|||
][
|
||||
#smallcaps[#contents.about.fullname]
|
||||
][
|
||||
#counter(page).display()
|
||||
#context counter(page).display()
|
||||
]
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue