wip

add comments #4

closed opened by voigt.tngl.sh targeting main from push-ywtxylsslmvp
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:6q572hlx7omtsszji5w2fyw3/sh.tangled.repo.pull/3mbpc5ninwu22
+2
Diff #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 }

History

3 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
add comments
expand 0 comments
closed without merging
1 commit
expand
add comments
expand 0 comments
1 commit
expand
add comments
expand 0 comments