1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-01 12:30:57 +00:00
hugo/source
bep cb3576b6de Fix broken convert
The front matter convert-feature didn't work. It placed converted content in the wrong directory.

This commit fixes this by doing the smallest and safest change possible; the path logic here should maybe
be revisited and generalized.

Fixes 
2014-11-18 10:17:01 -05:00
..
content_directory_test.go
file.go Fix broken convert 2014-11-18 10:17:01 -05:00
filesystem.go
filesystem_test.go
filesystem_unix_test.go
filesystem_windows_test.go
inmemory.go