We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4966d6 commit 7383ee9Copy full SHA for 7383ee9
layouts/shortcodes/dimensions.html
@@ -8,7 +8,7 @@
8
{{ $dimensionsRef = . | transform.Unmarshal }}
9
{{ end }}
10
{{ else }}
11
- {{ warnf "Unable to get remote resource %q" $jsPath }}
+ {{ errorf "Unable to get asset resource %q" $jsPath }}
12
13
14
layouts/shortcodes/metrics.html
{{ $metricsRef = . | transform.Unmarshal }}
0 commit comments