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"))