From 1ea7afdaa5c2dd9b5f5e193c53d3656ee5003822 Mon Sep 17 00:00:00 2001
From: Marty Oehme <marty.oehme@gmail.com>
Date: Tue, 28 Jan 2025 10:00:25 +0100
Subject: [PATCH] Fix page counter for typst update

---
 cv.typ     | 2 +-
 resume.typ | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cv.typ b/cv.typ
index 89bb34c..b56bc08 100644
--- a/cv.typ
+++ b/cv.typ
@@ -156,7 +156,7 @@
             ][
                 #smallcaps[#contents.about.fullname]
             ][
-                #counter(page).display()
+                #context counter(page).display()
             ]
         ],
     )
diff --git a/resume.typ b/resume.typ
index 6babff7..f878a17 100644
--- a/resume.typ
+++ b/resume.typ
@@ -174,7 +174,7 @@
             ][
                 #smallcaps[#contents.about.fullname]
             ][
-                #counter(page).display()
+                #context counter(page).display()
             ]
         ],
     )