mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
tpl/resources: Add empty method mapping for GetRemote
To get auto generated documentation for it.
This commit is contained in:
@@ -38,6 +38,11 @@ func init() {
|
||||
[][2]string{},
|
||||
)
|
||||
|
||||
ns.AddMethodMapping(ctx.GetRemote,
|
||||
nil,
|
||||
[][2]string{},
|
||||
)
|
||||
|
||||
// Add aliases for the most common transformations.
|
||||
|
||||
ns.AddMethodMapping(ctx.Fingerprint,
|
||||
|
Reference in New Issue
Block a user