mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Fix deprecation errors
This commit is contained in:
@@ -69,9 +69,7 @@ func init() {
|
||||
|
||||
ns.AddMethodMapping(ctx.EchoParam,
|
||||
[]string{"echoParam"},
|
||||
[][2]string{
|
||||
{`{{ echoParam .Params "langCode" }}`, `en`},
|
||||
},
|
||||
[][2]string{},
|
||||
)
|
||||
|
||||
ns.AddMethodMapping(ctx.First,
|
||||
|
Reference in New Issue
Block a user