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 f6c2ea1 commit fb5a740Copy full SHA for fb5a740
layouts/partials/tabbed-clients-example.html
@@ -35,7 +35,7 @@
35
{{ end }}
36
{{ $params := dict "language" $language "contentPath" $examplePath "options" $options }}
37
{{ $content := partial "tabs/source.html" $params }}
38
- {{ $tabs = $tabs | append (dict "title" $client "language" $language "quickstartSlug" $quickstartSlug "content" $content "sourceUrl" (index $example "sourceUrl")) }}
+ {{ $tabs = $tabs | append (dict "title" $client "language" $client "quickstartSlug" $quickstartSlug "content" $content "sourceUrl" (index $example "sourceUrl")) }}
39
40
41
0 commit comments