mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 06:00:25 +03:00
parent
ec8b767fa6
commit
06bac57ab0
13 changed files with 136 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue