hugo/tpl
Bjørn Erik Pedersen 69a56420ae hugolib: Avoid recloning of shortcode templates
```bash
benchmark                                    old ns/op     new ns/op     delta
BenchmarkSiteNew/Bundle_with_image-4         14572242      14382188      -1.30%
BenchmarkSiteNew/Bundle_with_JSON_file-4     13683922      13738196      +0.40%
BenchmarkSiteNew/Multiple_languages-4        41912231      25192494      -39.89%

benchmark                                    old allocs     new allocs     delta
BenchmarkSiteNew/Bundle_with_image-4         57496          57493          -0.01%
BenchmarkSiteNew/Bundle_with_JSON_file-4     57492          57501          +0.02%
BenchmarkSiteNew/Multiple_languages-4        242422         118809         -50.99%

benchmark                                    old bytes     new bytes     delta
BenchmarkSiteNew/Bundle_with_image-4         3845077       3844065       -0.03%
BenchmarkSiteNew/Bundle_with_JSON_file-4     3627442       3627798       +0.01%
BenchmarkSiteNew/Multiple_languages-4        13963502      7543885       -45.97%
```

Fixes #5890
2019-04-24 12:37:57 +02:00
..
cast Make docshelper run again 2018-12-27 10:08:44 +01:00
collections tpl/collections: Return error on invalid input in in 2019-04-19 08:58:12 +02:00
compare tpl/tplimpl: Fix template truth logic 2019-03-06 22:52:38 +01:00
crypto tpl: Add godoc packages comments 2018-11-30 08:56:30 +01:00
data all: Apply staticcheck recommendations 2019-03-24 16:14:51 +01:00
encoding tpl: Add godoc packages comments 2018-11-30 08:56:30 +01:00
fmt tpl: Add godoc packages comments 2018-11-30 08:56:30 +01:00
hugo tpl/hugo: Use the correct Hugo var 2018-12-06 14:57:56 +01:00
images tpl: Add godoc packages comments 2018-11-30 08:56:30 +01:00
inflect tpl: Add godoc packages comments 2018-11-30 08:56:30 +01:00
internal tpl: Fix test to pass with gccgo 2018-11-09 08:54:08 +01:00
lang tpl: Add godoc packages comments 2018-11-30 08:56:30 +01:00
math all: Apply staticcheck recommendations 2019-03-24 16:14:51 +01:00
os all: Apply staticcheck recommendations 2019-03-24 16:14:51 +01:00
partials tpl: Allow the partial template func to return any type 2019-04-02 10:30:24 +02:00
path tpl: Add godoc packages comments 2018-11-30 08:56:30 +01:00
reflect tpl: Add reflect namespace 2018-12-07 23:29:37 +01:00
resources resources: Move resource interfaces into its own package 2019-01-02 14:25:37 +01:00
safe tpl: Add godoc packages comments 2018-11-30 08:56:30 +01:00
site Add tpl/site and tpl/hugo 2018-12-06 14:37:25 +01:00
strings tpl: Add godoc packages comments 2018-11-30 08:56:30 +01:00
templates tpl: Add godoc packages comments 2018-11-30 08:56:30 +01:00
time tpl: Add godoc packages comments 2018-11-30 08:56:30 +01:00
tplimpl hugolib: Avoid recloning of shortcode templates 2019-04-24 12:37:57 +02:00
transform hugolib: Consider summary in front matter for .Summary 2019-04-05 19:11:04 +02:00
urls tpl: Add godoc packages comments 2018-11-30 08:56:30 +01:00
template.go tpl/tplimpl: Handle late transformation of templates 2019-04-16 21:24:09 +02:00
template_info.go tpl: Allow the partial template func to return any type 2019-04-02 10:30:24 +02:00
template_test.go commands: Show server error info in browser 2018-10-16 22:10:56 +02:00