Keep note ownership in frontmatter and shiz

This commit is contained in:
Maximilian Friedersdorff 2025-07-31 17:02:08 +01:00
parent 25bcf4d706
commit 03b6bb12ca
6 changed files with 136 additions and 54 deletions

View file

@ -89,6 +89,8 @@ func LoadConfig(path string) {
if err != nil {
log.Fatal(err)
}
log.Printf("Config is %+v", Conf)
}
func FetchAssets() {