hugo/tpl/tplimpl/embedded/templates
Bjørn Erik Pedersen a03c631c42
Rework template handling for function and map lookups
This is a big commit, but it deletes lots of code and simplifies a lot.

* Resolving the template funcs at execution time means we don't have to create template clones per site
* Having a custom map resolver means that we can remove the AST lower case transformation for the special lower case Params map

Not only is the above easier to reason about, it's also faster, especially if you have more than one language, as in the benchmark below:

```
name                          old time/op    new time/op    delta
SiteNew/Deep_content_tree-16    53.7ms ± 0%    48.1ms ± 2%  -10.38%  (p=0.029 n=4+4)

name                          old alloc/op   new alloc/op   delta
SiteNew/Deep_content_tree-16    41.0MB ± 0%    36.8MB ± 0%  -10.26%  (p=0.029 n=4+4)

name                          old allocs/op  new allocs/op  delta
SiteNew/Deep_content_tree-16      481k ± 0%      410k ± 0%  -14.66%  (p=0.029 n=4+4)
```

This should be even better if you also have lots of templates.

Closes #6594
2019-12-12 10:04:35 +01:00
..
_default tpl: Remove unneeded space 2019-09-21 10:06:15 +02:00
shortcodes tpl: Add optional "title" attribute to iframe in Vimeo shortcode 2019-10-12 18:10:14 +02:00
alias.html Rework template handling for function and map lookups 2019-12-12 10:04:35 +01:00
disqus.html tpl/tplimpl: Replace deprecated .GetParam usage 2019-04-09 16:39:12 +02:00
google_analytics.html tpl/tmplimpl: Add MIME type to embedded JS 2018-08-06 23:11:53 +02:00
google_analytics_async.html tpl/tmplimpl: Add MIME type to embedded JS 2018-08-06 23:11:53 +02:00
google_news.html tpl: Set permission of embedded templates to 0644 2018-07-09 12:57:08 -06:00
opengraph.html tpl/tplimpl: Add support for featured and global image to OpenGraph template 2019-11-26 20:11:53 +01:00
pagination.html Pagination - do not render href if no next item 2019-06-26 22:38:30 +02:00
schema.html tpl/tplimpl: Featured and Site.Params image support for Schema 2019-11-26 23:53:43 +01:00
twitter_cards.html tpl/tplimpl: Add support for featured and global image to OpenGraph template 2019-11-26 20:11:53 +01:00