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 addf760 commit f9b3b76Copy full SHA for f9b3b76
layouts/partials/tabbed-clients-example.html
@@ -22,7 +22,7 @@
22
{{ $language := index $example "language" }}
23
{{ $quickstartSlug := index $clientConfig "quickstartSlug" }}
24
25
- {{ if and ($example) (or (eq $lang "") (eq $lang $client)) }}
+ {{ if and ($example) (or (eq $lang "") (strings.Contains $lang $client)) }}
26
{{ $examplePath := index $example "target" }}
27
{{ $options := printf "linenos=false" }}
28
0 commit comments