Remove language SDK blocks from resource templates (#6270)

This commit is contained in:
Christian Nunciato 2021-02-07 11:31:05 -08:00 committed by GitHub
parent f374b8a953
commit 40ce511a2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

View file

@ -32,5 +32,3 @@ menu:
{{ end }}
{{- template "package_details" .PackageDetails }}
{{ template "language_sdk_links" .LanguageLinks }}

View file

@ -1,10 +0,0 @@
{{ define "language_sdk_links" }}
{{ if . -}}
<dl class="tabular">
{{ range $key,$value := . }}
<dt>{{ $key }}</dt>
<dd>{{ htmlSafe $value }}</dd>
{{ end }}
</dl>
{{ end }}
{{- end }}