+2
Diff
round #2
+2
file.go
+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
voigt.tngl.sh
submitted
#2
1 commit
expand
collapse
add comments
expand 0 comments
closed without merging
voigt.tngl.sh
submitted
#1
1 commit
expand
collapse
add comments
expand 0 comments
voigt.tngl.sh
submitted
#0
1 commit
expand
collapse
add comments