diff --git a/layouts/partials/ecosystem/registry/entry.html b/layouts/partials/ecosystem/registry/entry.html index add30889db70..38834f697500 100644 --- a/layouts/partials/ecosystem/registry/entry.html +++ b/layouts/partials/ecosystem/registry/entry.html @@ -157,6 +157,19 @@

Deprecated

{{ end -}} {{- .description | markdownify -}} + + +
+ {{ if .tags }} +
+ {{ range .tags }} + {{ $tag := . }} + {{ $tag }} + {{ end }} +
+ {{ end }} +
+ {{ with $package -}} {{ if not (eq .quickInstall false) }}
Quick Install