From c4b388c20264047eaa36ca2ad400d633bcc3fe3d Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Fri, 10 Dec 2021 17:01:28 -0500 Subject: [PATCH] Fix shortcode in hugo-pipes/introduction (#1605) --- content/en/hugo-pipes/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hugo-pipes/introduction.md b/content/en/hugo-pipes/introduction.md index 4cb7cd985..052016a62 100755 --- a/content/en/hugo-pipes/introduction.md +++ b/content/en/hugo-pipes/introduction.md @@ -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.