tpl: Regenerate templates

This commit is contained in:
Bjørn Erik Pedersen
2020-12-16 12:20:02 +01:00
parent d2d493ab5d
commit a2d146ec32
4 changed files with 7 additions and 35 deletions

View File

@@ -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) {