mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 20:53:59 +02:00
@@ -53,9 +53,6 @@ type Paths struct {
|
||||
// pagination path handling
|
||||
PaginatePath string
|
||||
|
||||
// TODO1 check usage
|
||||
PublishDir string
|
||||
|
||||
// When in multihost mode, this returns a list of base paths below PublishDir
|
||||
// for each language.
|
||||
MultihostTargetBasePaths []string
|
||||
@@ -185,9 +182,6 @@ func New(fs *hugofs.Fs, cfg config.Provider) (*Paths, error) {
|
||||
p.ModulesClient = cfg.Get("modulesClient").(*modules.Client)
|
||||
}
|
||||
|
||||
// TODO(bep) remove this, eventually
|
||||
p.PublishDir = absPublishDir
|
||||
|
||||
return p, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user