mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
@@ -18,6 +18,7 @@ package page
|
||||
import (
|
||||
"encoding/json"
|
||||
"github.com/bep/gitmap"
|
||||
"github.com/gohugoio/hugo/common/maps"
|
||||
"github.com/gohugoio/hugo/config"
|
||||
"github.com/gohugoio/hugo/langs"
|
||||
"github.com/gohugoio/hugo/media"
|
||||
@@ -104,7 +105,7 @@ func MarshalPageToJSON(p Page) ([]byte, error) {
|
||||
RelPermalink string
|
||||
Name string
|
||||
Title string
|
||||
Params map[string]interface{}
|
||||
Params maps.Params
|
||||
Data interface{}
|
||||
Date time.Time
|
||||
Lastmod time.Time
|
||||
|
Reference in New Issue
Block a user