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>2020-12-16 14:20:02 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-12-16 14:20:02 +0300
commita2d146ec32a26ccca9ffa68d3c840ec5b08cca96 (patch)
treea1234374db61b1b8fb2a4086bf820c2b3ff808fe /resources/page/page_marshaljson.autogen.go
parentd2d493ab5d6a054001a8448ea0de2949dac4b30e (diff)
tpl: Regenerate templates
Diffstat (limited to 'resources/page/page_marshaljson.autogen.go')
-rw-r--r--resources/page/page_marshaljson.autogen.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/resources/page/page_marshaljson.autogen.go b/resources/page/page_marshaljson.autogen.go
index ace475909..2286f1e63 100644
--- a/resources/page/page_marshaljson.autogen.go
+++ b/resources/page/page_marshaljson.autogen.go
@@ -17,9 +17,6 @@ package page
import (
"encoding/json"
- "html/template"
- "time"
-
"github.com/bep/gitmap"
"github.com/gohugoio/hugo/common/maps"
"github.com/gohugoio/hugo/config"
@@ -29,6 +26,8 @@ import (
"github.com/gohugoio/hugo/media"
"github.com/gohugoio/hugo/navigation"
"github.com/gohugoio/hugo/source"
+ "html/template"
+ "time"
)
func MarshalPageToJSON(p Page) ([]byte, error) {