hugo/tpl/compare
Tan Yuanhong 0c251be66b Allow multiple arguments in ne/ge/gt/le/lt functions
Treat op arg1 arg2 arg3 ... as (arg1 op arg2) && (arg1 op arg3)
and so on for ne/ge/gt/le/lt.

Closes #6619
2020-01-23 10:36:35 +01:00
..
compare.go Allow multiple arguments in ne/ge/gt/le/lt functions 2020-01-23 10:36:35 +01:00
compare_test.go Allow multiple arguments in ne/ge/gt/le/lt functions 2020-01-23 10:36:35 +01:00
init.go tpl: Get rid of the custom template truth logic 2019-12-18 20:05:22 +01:00
init_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00