fix(cv): Remove summary from CV

This commit is contained in:
Marty Oehme 2025-03-19 14:19:26 +01:00
parent b061d853bc
commit 434cb0717e

2
cv.typ
View file

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