mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-24 21:56:05 +02:00
helpers: Remove (now) unused GetStaticDir
* In Hugo there is no single static dir * It was used as a filter in the content dir, which makes no sense since any overlap here is impossible
This commit is contained in:
@@ -57,6 +57,5 @@ func TestNewPathSpecFromConfig(t *testing.T) {
|
||||
require.Equal(t, "thethemes", p.themesDir)
|
||||
require.Equal(t, "thelayouts", p.layoutDir)
|
||||
require.Equal(t, "thework", p.workingDir)
|
||||
require.Equal(t, "thestatic", p.StaticDir())
|
||||
require.Equal(t, "thetheme", p.theme)
|
||||
}
|
||||
|
Reference in New Issue
Block a user