Skip to content

Commit a7a5485

Browse files
committed
fuction change
1 parent e48f514 commit a7a5485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/ecosystem/registry/entry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h4 class="alert-heading">Deprecated</h4>
148148
<div>
149149
{{ range .tags }}
150150
{{ $tag := . }} <!-- Store the tag in a variable -->
151-
<a href="/search?query={{ $tag | urlQuery }}" class="badge bg-light me-1">{{ $tag }}</a>
151+
<a href="/search?query={{ $tag | urlize }}" class="badge bg-light me-1">{{ $tag }}</a>
152152
{{ end }}
153153
</div>
154154
{{ end }}

0 commit comments

Comments
 (0)