From b58496a461dd867025ee5545dd3cecac5a614c90 Mon Sep 17 00:00:00 2001 From: Olamide Tiana Date: Mon, 11 Nov 2024 15:58:18 +0100 Subject: [PATCH] add tags to registry entries (#5382) Signed-off-by: svrnm Co-authored-by: Severin Neumann --- layouts/partials/ecosystem/registry/entry.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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