mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
@@ -26,7 +26,7 @@ type pageData struct {
|
||||
data page.Data
|
||||
}
|
||||
|
||||
func (p *pageData) Data() interface{} {
|
||||
func (p *pageData) Data() any {
|
||||
p.dataInit.Do(func() {
|
||||
p.data = make(page.Data)
|
||||
|
||||
|
Reference in New Issue
Block a user