mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
tpl/resources: Add empty method mapping for GetRemote
To get auto generated documentation for it.
This commit is contained in:
parent
44954497bc
commit
b84745d497
1 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue