wip

add comments

voigt.tngl.sh 3b9ca41f 72e5224c

verified
+2
+2
file.go
··· 64 64 return filepath.Join(contentDir, relativePath) 65 65 } 66 66 67 + // GetHugoPath returns the path to the file in Hugo content directory. 67 68 func (f *File) GetHugoPath() string { 68 69 return f.HugoPath 69 70 } 70 71 72 + // GetObsidianPath returns the path of the file in Obsidian vault. 71 73 func (f *File) GetObsidianPath() string { 72 74 return f.ObsidianPath 73 75 }