We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43fa411 commit b58496aCopy full SHA for b58496a
layouts/partials/ecosystem/registry/entry.html
@@ -157,6 +157,19 @@ <h4 class="alert-heading">Deprecated</h4>
157
{{ end -}}
158
{{- .description | markdownify -}}
159
</div>
160
+
161
+ <!-- New Tags section -->
162
+ <div class="tags mb-2">
163
+ {{ if .tags }}
164
+ <div>
165
+ {{ range .tags }}
166
+ {{ $tag := . }} <!-- Store the tag in a variable -->
167
+ <a href="/ecosystem/registry/?s={{ $tag | urlize }}" class="badge bg-light me-1">{{ $tag }}</a>
168
+ {{ end }}
169
+ </div>
170
171
172
173
{{ with $package -}}
174
{{ if not (eq .quickInstall false) }}
175
<h6><i class="fa-solid fa-forward"></i> Quick Install</h6>
0 commit comments