mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 20:53:59 +02:00
@@ -26,7 +26,6 @@ func NewPathIdentity(typ, pat string) PathIdentity {
|
||||
type Identities map[Identity]Provider
|
||||
|
||||
func (ids Identities) search(depth int, id Identity) Provider {
|
||||
|
||||
if v, found := ids[id.GetIdentity()]; found {
|
||||
return v
|
||||
}
|
||||
|
Reference in New Issue
Block a user