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
3b9ca41f
72e5224c
verified
This commit was signed with the committer's
known signature
.
voigt.tngl.sh
SSH Key Fingerprint:
SHA256:6ShT3iHt6IpCPJtT9Ndevva6c3xzr4RI2LrvKeOXH2U=
+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
}