From b061d853bc6c9288e4c924216c9a1e86191cce4f Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 19 Mar 2025 14:15:43 +0100 Subject: [PATCH] fix(cv): Fix CV creation --- cv.typ | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cv.typ b/cv.typ index 643ee39..4f8333e 100644 --- a/cv.typ +++ b/cv.typ @@ -1,8 +1,7 @@ #import "lib/resume.typ": resume #resume.with( - content: yaml("content.yml"), main: ("summary", "experience", "education", "volunteering", "skills", "languages"), - sidebar:(), -) + sidebar:() +)(yaml("content.yml"))