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 a0faa90 commit 6781efdCopy full SHA for 6781efd
common-theme/layouts/partials/block/readme.html
@@ -8,9 +8,11 @@
8
{{ errorf "Couldn't find readme at %s" $blockData.api }}
9
{{ end }}
10
11
+{{ $pageTitle := .Page.Title }}
12
+
13
{{ with $response }}
14
{{ with .Err }}
- {{ errorf "Failed %s on %s. Error: %s" $blockData.api .Page.Title .Err }}
15
+ {{ errorf "Failed %s on %s. Error: %s" $blockData.api $pageTitle . }}
16
17
18
{{ $response := .Content | unmarshal }}
0 commit comments