We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee3e5f commit 63867d5Copy full SHA for 63867d5
content/en/functions/go-template/try.md
@@ -100,7 +100,7 @@ Instead of failing the build, we can catch the error and emit a warning:
100
{{ else with .Value }}
101
<img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" alt="">
102
{{ else }}
103
- {{ errorf "Unable to get remote resource %q" $url }}
+ {{ warnf "Unable to get remote resource %q" $url }}
104
{{ end }}
105
106
```
0 commit comments