From 673cde1eb122888509cca32e322662af08187ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 4 Mar 2022 07:07:11 +0100 Subject: tpl/os: Revert readDir in theme behaviour Fixes #9599 --- hugofs/fs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'hugofs') 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 } -- cgit v1.2.3