mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
e6541c45ab
filepath.Walk does not follow symbolic links. There's no easy fix for that outside of Go, so the best we can do for now is to give notice to the end user by ERROR log statements. This commit also fixes a related panic situation in GenerateTemplateNameFrom when the layout dir was a symbolic link. Fixes #283 |
||
---|---|---|
.. | ||
content_directory_test.go | ||
file.go | ||
filesystem.go | ||
filesystem_test.go | ||
filesystem_unix_test.go | ||
filesystem_windows_test.go | ||
inmemory.go |