From d9876bd68e493a56dbb584de2e6d081de0d9ef61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 10 Dec 2021 13:44:31 +0100 Subject: [PATCH] Update introduction.md --- content/en/hugo-pipes/introduction.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/hugo-pipes/introduction.md b/content/en/hugo-pipes/introduction.md index a3389ff32..4cb7cd985 100755 --- a/content/en/hugo-pipes/introduction.md +++ b/content/en/hugo-pipes/introduction.md @@ -43,6 +43,8 @@ The return value from `resources.Get` includes an `.Err` method that will be set {{ end }} ``` +Note that if you do not handle `.Err` yourself, Hugo will fail the build the first time you start using the `Resource` object. + ### Remote Options When fetching a remote `Resource`, `resources.Get` takes an optional options map as the last argument, e.g.: