summaryrefslogtreecommitdiffstats
path: root/tpl/tplimpl/template_ast_transformers.go
AgeCommit message (Expand)Author
2020-01-22tpl/tplimpl: Rework template management to get rid of concurrency issuesBjørn Erik Pedersen
2019-12-18tpl: Get rid of the custom template truth logicBjørn Erik Pedersen
2019-12-18Add render template hooks for links and imagesBjørn Erik Pedersen
2019-12-12Rework template handling for function and map lookupsBjørn Erik Pedersen
2019-12-12Create lightweight forks of text/template and html/templateBjørn Erik Pedersen
2019-11-22Fix Params case handling in the index, sort and where funcBjørn Erik Pedersen
2019-11-22Fix GetPage Params case issueBjørn Erik Pedersen
2019-04-16tpl/tplimpl: Handle late transformation of templatesBjørn Erik Pedersen
2019-04-02tpl: Allow the partial template func to return any typeBjørn Erik Pedersen
2019-03-23Make Page an interfaceBjørn Erik Pedersen
2019-03-06tpl/tplimpl: Fix template truth logicBjørn Erik Pedersen
2019-01-20Fix Params case handling in the new site globalBjørn Erik Pedersen
2018-12-19tpl: Fix case handling in cast paramsBjørn Erik Pedersen
2018-08-19tpl/tplimpl: Fix .Site.Params case regressionBjørn Erik Pedersen
2018-08-14tpl/tplimpl: Reimplement the ".Params tolower" template transformerBjørn Erik Pedersen
2018-06-23Revert "tpl: Support text/template/parse API change in go1.11"Anthony Fok
2018-06-14tpl: Support text/template/parse API change in go1.11Anthony Fok
2017-04-02tpl: Rework to handle both text and HTML templatesBjørn Erik Pedersen
2017-04-02Revert "tpl: Rework to handle both text and HTML templates"Bjørn Erik Pedersen
2017-04-02tpl: Rework to handle both text and HTML templatesBjørn Erik Pedersen
2017-02-18tplimpl: Fix issue with recursive templatesBjørn Erik Pedersen
2017-02-17tpl: Refactor packageBjørn Erik Pedersen