mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
@@ -120,8 +120,8 @@ func (p *pageState) GetIdentity() identity.Identity {
|
||||
return p
|
||||
}
|
||||
|
||||
func (p *pageState) ForEeachIdentity(f func(identity.Identity) bool) {
|
||||
f(p)
|
||||
func (p *pageState) ForEeachIdentity(f func(identity.Identity) bool) bool {
|
||||
return f(p)
|
||||
}
|
||||
|
||||
func (p *pageState) GetDependencyManager() identity.Manager {
|
||||
|
Reference in New Issue
Block a user