From 434cb0717e988440d622bdaad34a22e7bef988ae Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 19 Mar 2025 14:19:26 +0100 Subject: [PATCH] fix(cv): Remove summary from CV --- cv.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv.typ b/cv.typ index 4f8333e..c1f6971 100644 --- a/cv.typ +++ b/cv.typ @@ -1,7 +1,7 @@ #import "lib/resume.typ": resume #resume.with( - main: ("summary", "experience", "education", "volunteering", "skills", "languages"), + main: ("experience", "education", "volunteering", "skills", "languages"), sidebar:() )(yaml("content.yml"))