mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
Add js.Batch
Fixes #12626 Closes #7499 Closes #9978 Closes #12879 Closes #13113 Fixes #13116
This commit is contained in:
@@ -143,6 +143,10 @@ func (p *pageState) GetDependencyManagerForScope(scope int) identity.Manager {
|
||||
}
|
||||
}
|
||||
|
||||
func (p *pageState) GetDependencyManagerForScopesAll() []identity.Manager {
|
||||
return []identity.Manager{p.dependencyManager, p.dependencyManagerOutput}
|
||||
}
|
||||
|
||||
func (p *pageState) Key() string {
|
||||
return "page-" + strconv.FormatUint(p.pid, 10)
|
||||
}
|
||||
|
Reference in New Issue
Block a user