diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-03-04 07:07:11 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-03-04 08:43:47 +0100 |
commit | 673cde1eb122888509cca32e322662af08187ff1 (patch) | |
tree | 6afd5bb1429c073fe8b05806f01550722faa97ab /hugofs | |
parent | e46e9ceb29581de3a32c8155f7cfd58ab59b2b8f (diff) | |
download | hugo-673cde1eb122888509cca32e322662af08187ff1.tar.gz hugo-673cde1eb122888509cca32e322662af08187ff1.zip |
tpl/os: Revert readDir in theme behaviour
Fixes #9599
Diffstat (limited to 'hugofs')
-rw-r--r-- | hugofs/fs.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hugofs/fs.go b/hugofs/fs.go index 2c57fe8b5..54d962553 100644 --- a/hugofs/fs.go +++ b/hugofs/fs.go @@ -41,6 +41,7 @@ type Fs struct { // WorkingDir is a read-only file system // restricted to the project working dir. + // TODO(bep) get rid of this (se BaseFs) WorkingDir *afero.BasePathFs } |