mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-01 22:42:45 +02:00
@@ -92,7 +92,7 @@ func MarshalPageToJSON(p Page) ([]byte, error) {
|
||||
getIdentity := p.GetIdentity()
|
||||
|
||||
s := struct {
|
||||
Content interface{}
|
||||
Content any
|
||||
Plain string
|
||||
PlainWords []string
|
||||
Summary template.HTML
|
||||
@@ -110,7 +110,7 @@ func MarshalPageToJSON(p Page) ([]byte, error) {
|
||||
Name string
|
||||
Title string
|
||||
Params maps.Params
|
||||
Data interface{}
|
||||
Data any
|
||||
Date time.Time
|
||||
Lastmod time.Time
|
||||
PublishDate time.Time
|
||||
|
Reference in New Issue
Block a user