mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
resources.Concat doesn't have an alias
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
a4fa0d1d64
commit
350d674ec8
@@ -43,7 +43,7 @@ For improved readability, the Hugo Pipes examples of this documentation will be
|
||||
### Method aliases
|
||||
|
||||
Each Hugo Pipes `resources` transformation method uses a __camelCased__ alias (`toCSS` for `resources.ToCSS`).
|
||||
Non-transformation methods deprived of such aliases are `resources.Get`, `resources.FromString` and `resources.ExecuteAsTemplate`.
|
||||
Non-transformation methods deprived of such aliases are `resources.Get`, `resources.FromString`, `resources.ExecuteAsTemplate` and `resources.Concat`.
|
||||
|
||||
The example above can therefore also be written as follows:
|
||||
```go-html-template
|
||||
|
||||
Reference in New Issue
Block a user