moved info.yaml to conf

This commit is contained in:
Sven Vogel 2024-03-29 12:23:36 +01:00
parent 5d3eb2ea29
commit e0ebab37e9
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#import "extra/util.typ": title, subtitle, largetext, signature, to_cm, to_pt, to_em
// import document information
#let info = yaml("../info.yaml")
#let info = yaml("../conf/info.yaml")
// general document information
#let format = yaml("../conf/format.yaml")