summaryrefslogtreecommitdiffstats
path: root/hugofs/fileinfo.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-11-16 19:54:41 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-11-16 20:42:34 +0100
commit2e70f61fb04cea08ef6598728a57637ae2cc199c (patch)
tree8e975b19634eacf3dbfb5197e5ff1b2be7fb3040 /hugofs/fileinfo.go
parent1ed8069a3a592dbbd493778a9637fb13727f4c61 (diff)
Fix content dir resolution when main project is a Hugo Module
Fixes #9177
Diffstat (limited to 'hugofs/fileinfo.go')
-rw-r--r--hugofs/fileinfo.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/hugofs/fileinfo.go b/hugofs/fileinfo.go
index ea6ac4fd3..0a958a0c5 100644
--- a/hugofs/fileinfo.go
+++ b/hugofs/fileinfo.go
@@ -64,6 +64,7 @@ type FileMeta struct {
IsOrdered bool
IsSymlink bool
IsRootFile bool
+ IsProject bool
Watch bool
Classifier files.ContentClass