feat(resume): Allow toggling longform for main body contents

This commit is contained in:
Marty Oehme 2025-09-15 10:19:49 +02:00
parent 16b561ff86
commit 349119e6d4
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 15 additions and 12 deletions

View file

@ -1,3 +1,3 @@
#import "lib/resume.typ": resume
#resume.with()(yaml("content.yml"))
#resume.with(longform: false)(yaml("content.yml"))