mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
@@ -56,7 +56,6 @@ type pageCommon struct {
|
||||
store *maps.Scratch
|
||||
|
||||
// All of these represents the common parts of a page.Page
|
||||
maps.Scratcher
|
||||
navigation.PageMenusProvider
|
||||
page.AuthorProvider
|
||||
page.AlternativeOutputFormatsProvider
|
||||
@@ -113,3 +112,8 @@ type pageCommon struct {
|
||||
func (p *pageCommon) Store() *maps.Scratch {
|
||||
return p.store
|
||||
}
|
||||
|
||||
// See issue 13016.
|
||||
func (p *pageCommon) Scratch() *maps.Scratch {
|
||||
return p.Store()
|
||||
}
|
||||
|
Reference in New Issue
Block a user