Fix path resolution in hugo new
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 8 Nov 2021 10:50:51 +0000 (11:50 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 8 Nov 2021 13:10:46 +0000 (14:10 +0100)
commit2b01c85d14102353015cf6860d30be3d92964495
treede5dbb36e0dcb6478d920af8ae94884d6571af06
parentc09f5c5fd35c03de0444928ada3ce1c5a214b321
Fix path resolution in hugo new

With theme and project with content directories and command on the form `hugo new posts/test.md`.

Fixes #9129
create/content_test.go
hugolib/content_factory_test.go
hugolib/filesystems/basefs.go