diff --git a/layouts/partials/ecosystem/registry/entry.html b/layouts/partials/ecosystem/registry/entry.html index 27b17cc83014..ba87a52671fc 100644 --- a/layouts/partials/ecosystem/registry/entry.html +++ b/layouts/partials/ecosystem/registry/entry.html @@ -1,9 +1,9 @@ {{ $languageNames := .languageNames -}} {{ with .value -}} - {{ + {{ $remoteRegistries := dict - "npm" (dict + "npm" (dict "urlPattern" "https://npmjs.com/package/%s" "installTemplate" "ecosystem/registry/quickinstall/default.md" "installLine" "npm install %s" @@ -116,16 +116,19 @@
- by
+ by
{{ range $index, $author := .authors -}}
{{ if $index }}, {{ end }}
{{ if eq $author.name "OpenTelemetry Authors" -}}
@@ -191,7 +194,7 @@ Quick Install
{{ .package.version }}
Version
-
+
{{- end -}}
{{ with .language -}}
@@ -201,7 +204,7 @@ Quick Install
{{ $languageNames.Get . | default (humanize .) }}
Language
-
+
{{- end }}
{{ with .registryType -}}
@@ -211,7 +214,7 @@ Quick Install
{{ . | humanize }}
Component
-
+
{{- end -}}
{{ with .license -}}
@@ -221,7 +224,7 @@ Quick Install
{{ . }}
License
-
+
{{- end -}}