Keep note ownership in frontmatter and shiz
This commit is contained in:
parent
25bcf4d706
commit
03b6bb12ca
6 changed files with 136 additions and 54 deletions
|
|
@ -89,6 +89,8 @@ func LoadConfig(path string) {
|
|||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
log.Printf("Config is %+v", Conf)
|
||||
}
|
||||
|
||||
func FetchAssets() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue