summaryrefslogtreecommitdiffstats
path: root/tpl/encoding/init.go
AgeCommit message (Collapse)Author
2021-08-01Fix error handling for the time func aliasBjørn Erik Pedersen
Fixes #8835
2020-04-07tpl: Extend Jsonify to support options mapCameron Moore
Add support for prefix and indent options used by json.MarshalIndent from the Go stdlib.
2020-04-07tpl: Extend Jsonify to support optional indent parameterCameron Moore
Fixes #5040
2018-11-02Revert "tpl: Update Jsonify to return pretty-print output"Bjørn Erik Pedersen
This reverts commit 5a52cd5f920bb3d067ab1682adece9f813c67ba1. Closes #5394
2018-10-21tpl: Update Jsonify to return pretty-print outputSean Prashad
Fixes #5040
2017-06-13all: Update import paths to gohugoio/hugoBjørn Erik Pedersen
2017-05-20tpl: Make the Namespace func signature explicitBjørn Erik Pedersen
This makes it cleaner and avoids breaking client code, such as the docs helper JSON generator.
2017-05-01tpl: Add docshelper for template funcsBjørn Erik Pedersen
And fix some other minor related issues. Updates #3418
2017-05-01tpl/encoding: Make it a package that stands on its ownBjørn Erik Pedersen
See #3042