mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
Rename Codeowners() to CodeOwners()
This commit is contained in:
@@ -107,7 +107,7 @@ type GetPageProvider interface {
|
||||
// GitInfoProvider provides Git info.
|
||||
type GitInfoProvider interface {
|
||||
GitInfo() *gitmap.GitInfo
|
||||
Codeowners() []string
|
||||
CodeOwners() []string
|
||||
}
|
||||
|
||||
// InSectionPositioner provides section navigation.
|
||||
|
Reference in New Issue
Block a user