mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
@@ -531,6 +531,9 @@ func (b *sourceFilesystemsBuilder) createModFs(
|
||||
)
|
||||
|
||||
absPathify := func(path string) string {
|
||||
if filepath.IsAbs(path) {
|
||||
return path
|
||||
}
|
||||
return paths.AbsPathify(md.dir, path)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user