mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
committed by
Bjørn Erik Pedersen
parent
d70f828e2b
commit
325a0dba63
@@ -115,6 +115,13 @@ func init() {
|
||||
},
|
||||
)
|
||||
|
||||
ns.AddMethodMapping(ctx.MaxInt64,
|
||||
nil,
|
||||
[][2]string{
|
||||
{"{{ math.MaxInt64 }}", "9223372036854775807"},
|
||||
},
|
||||
)
|
||||
|
||||
ns.AddMethodMapping(ctx.Min,
|
||||
nil,
|
||||
[][2]string{
|
||||
|
Reference in New Issue
Block a user