Files
hugo/tpl
Bjørn Erik Pedersen 5c5384916e tpl/tplimpl: Reimplement the ".Params tolower" template transformer
All `.Params` are stored lowercase, but it should work to access them `.Page.camelCase` etc. There was, however, some holes in the logic with the old transformer.

This commit fixes that by applying a blacklist instead of the old whitelist logic. `.Param` is a very distinct key. The original case will be kept in `.Data.Params.myParam`, but other than that it will be lowercased.

Fixes #5068
2018-08-14 17:54:48 +02:00
..
2017-09-28 16:53:18 +02:00
2017-10-03 07:59:51 +02:00
2017-11-25 18:38:33 +01:00
2017-08-07 20:19:24 +02:00
2018-03-16 10:10:01 +01:00
2018-07-06 17:51:38 +02:00
2018-08-06 09:54:26 +02:00
2018-06-04 20:47:03 +03:00