mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-11 23:17:41 -04:00
Fix shortcode in hugo-pipes/introduction (#1605)
This commit is contained in:
parent
d9876bd68e
commit
c4b388c202
@ -29,7 +29,7 @@ In order to process an asset with Hugo Pipes, it must be retrieved as a `Resourc
|
||||
|
||||
### Error Handling
|
||||
|
||||
{{ new-in "0.90.1" }}
|
||||
{{< new-in "0.90.1" >}}
|
||||
|
||||
The return value from `resources.Get` includes an `.Err` method that will be set if the call failed. If you want to just log any error as a `WARNING` you can use a construct similar to the one below.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user