hugo/tpl
Bjørn Erik Pedersen 1cf235412f
tpl: Put Go's internal template funcs in Hugo's map
```
name                            old time/op    new time/op    delta
SiteNew/Many_HTML_templates-16    43.4ms ± 0%    42.7ms ± 0%  -1.71%  (p=0.016 n=4+5)

name                            old alloc/op   new alloc/op   delta
SiteNew/Many_HTML_templates-16    17.5MB ± 0%    17.5MB ± 0%    ~     (p=0.690 n=5+5)

name                            old allocs/op  new allocs/op  delta
SiteNew/Many_HTML_templates-16      247k ± 0%      247k ± 0%    ~     (p=0.310 n=5+5)
```

Fixes #6717
2020-01-07 13:18:19 +01:00
..
cast Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
collections tpl/collections: Some more params merge adjustments 2019-12-19 20:50:30 +01:00
compare tpl: Get rid of the custom template truth logic 2019-12-18 20:05:22 +01:00
crypto tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
data Prepare for Goldmark 2019-11-06 19:09:08 +01:00
encoding tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
fmt tpl: Do not return any value in errorf 2019-12-21 10:26:14 +01:00
hugo tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
images Allow slices in the image Filter funcs, not just varargs 2019-09-04 17:24:50 +02:00
inflect tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
internal tpl: Put Go's internal template funcs in Hugo's map 2020-01-07 13:18:19 +01:00
lang tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
math tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
os tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
partials Add render template hooks for links and images 2019-12-18 11:44:40 +01:00
path tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
reflect tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
resources Rework template handling for function and map lookups 2019-12-12 10:04:35 +01:00
safe Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
site tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
strings Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
templates tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
time tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
tplimpl tpl: Put Go's internal template funcs in Hugo's map 2020-01-07 13:18:19 +01:00
transform Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
urls markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00
template.go Add render template hooks for links and images 2019-12-18 11:44:40 +01:00
template_info.go Add render template hooks for links and images 2019-12-18 11:44:40 +01:00
template_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00