mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
committed by
Bjørn Erik Pedersen
parent
ec8b767fa6
commit
06bac57ab0
@@ -148,6 +148,10 @@ func (p *pageState) GitInfo() *gitmap.GitInfo {
|
||||
return p.gitInfo
|
||||
}
|
||||
|
||||
func (p *pageState) Codeowners() []string {
|
||||
return p.codeowners
|
||||
}
|
||||
|
||||
// GetTerms gets the terms defined on this page in the given taxonomy.
|
||||
// The pages returned will be ordered according to the front matter.
|
||||
func (p *pageState) GetTerms(taxonomy string) page.Pages {
|
||||
|
Reference in New Issue
Block a user