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 2684de9cc0
commit e8d9f678c2
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"))