1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-04-26 17:51:43 +00:00
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 
2018-08-14 17:54:48 +02:00
..
cast
collections Add a newScratch template func 2018-07-06 17:51:38 +02:00
compare Properly handle -DEV suffix when comparing Hugo versions 2018-02-22 17:16:42 +01:00
crypto
data Add support for theme composition and inheritance 2018-06-10 23:55:20 +02:00
encoding
fmt
images
inflect
internal
lang Add a way to merge pages by language 2018-03-16 10:10:01 +01:00
math Add a newScratch template func 2018-07-06 17:51:38 +02:00
os Remove alias of os.Stat 2018-08-06 09:54:26 +02:00
partials tpl/partials: Remove superflous loop 2018-07-31 13:28:15 +02:00
path tpl/path: Add path.Ext, path.Dir and path.Base 2018-04-22 10:57:37 +02:00
resources Add support for minification of final output 2018-08-06 19:58:41 +02:00
safe
strings tpl/strings: strings.RuneCount 2018-06-04 20:47:03 +03:00
templates tpl/partials: Add templates.Exists 2018-07-31 13:28:15 +02:00
time
tplimpl tpl/tplimpl: Reimplement the ".Params tolower" template transformer 2018-08-14 17:54:48 +02:00
transform Add support for theme composition and inheritance 2018-06-10 23:55:20 +02:00
urls Add optional lang as argument to rel/relref 2018-07-18 00:07:20 +02:00
template.go Add Hugo Piper with SCSS support and much more 2018-07-06 11:46:12 +02:00