mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-24 21:56:05 +02:00
@@ -39,6 +39,13 @@ func init() {
|
||||
[][2]string{},
|
||||
)
|
||||
|
||||
ns.AddMethodMapping(ctx.Complement,
|
||||
[]string{"complement"},
|
||||
[][2]string{
|
||||
{`{{ slice "a" "b" "c" "d" "e" "f" | complement (slice "b" "c") (slice "d" "e") }}`, `[a f]`},
|
||||
},
|
||||
)
|
||||
|
||||
ns.AddMethodMapping(ctx.Delimit,
|
||||
[]string{"delimit"},
|
||||
[][2]string{
|
||||
|
Reference in New Issue
Block a user