tangled
alpha
login
or
join now
voigt.tngl.sh
/
hugo-digital-garden
0
fork
atom
wip
0
fork
atom
overview
issues
pulls
pipelines
add comments
voigt.tngl.sh
2 months ago
1cb77be4
016b17ed
+2
1 changed file
expand all
collapse all
unified
split
file.go
+2
file.go
reviewed
···
64
64
return filepath.Join(contentDir, relativePath)
65
65
}
66
66
67
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
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
}