Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-11-25 22:04:49 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-11-25 22:14:20 +0300
commit33d733300a4f0b765234706e51bb7e077fdc2471 (patch)
treea89cfea59a0d115c9d2368a7a68dde96353cd3e0 /resources/page/page_marshaljson.autogen.go
parente3451371bdb68015f89c8c0f7d8ea0a19fff8df5 (diff)
Deprecate mmark
Fixes #6486
Diffstat (limited to 'resources/page/page_marshaljson.autogen.go')
-rw-r--r--resources/page/page_marshaljson.autogen.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/page/page_marshaljson.autogen.go b/resources/page/page_marshaljson.autogen.go
index b2a8ef79f..6e08210ac 100644
--- a/resources/page/page_marshaljson.autogen.go
+++ b/resources/page/page_marshaljson.autogen.go
@@ -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