mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 06:30:33 +03:00
resources/page: Pull internal Page methods into its own interface
So it doesn't get visible when passing it to `jsonify`.
This commit is contained in:
parent
4255d13d3e
commit
c892e75fbc
3 changed files with 9 additions and 3 deletions
|
@ -67,6 +67,7 @@ type pageCommon struct {
|
|||
page.InSectionPositioner
|
||||
page.OutputFormatsProvider
|
||||
page.PageMetaProvider
|
||||
page.PageMetaInternalProvider
|
||||
page.Positioner
|
||||
page.RawContentProvider
|
||||
page.RelatedKeywordsProvider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue