revert change to page.go
This commit is contained in:
parent
cb75a7383b
commit
1ebf5b7d43
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ func setupCache(h http.Handler) http.Handler {
|
|||
// string(dist.MustLookup("/index.html")),
|
||||
// )
|
||||
|
||||
// // default func map with json parsers.
|
||||
// // default func map with json parser.
|
||||
// var funcMap = template.FuncMap{
|
||||
// "json": func(v interface{}) template.JS {
|
||||
// a, _ := json.Marshal(v)
|
||||
|
|
Loading…
Reference in a new issue