mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
@@ -46,6 +46,13 @@ func init() {
|
||||
},
|
||||
)
|
||||
|
||||
ns.AddMethodMapping(ctx.SymDiff,
|
||||
[]string{"symdiff"},
|
||||
[][2]string{
|
||||
{`{{ slice 1 2 3 | symdiff (slice 3 4) }}`, `[1 2 4]`},
|
||||
},
|
||||
)
|
||||
|
||||
ns.AddMethodMapping(ctx.Delimit,
|
||||
[]string{"delimit"},
|
||||
[][2]string{
|
||||
|
Reference in New Issue
Block a user