Skip to content

Commit f227f30

Browse files
committed
something doesn't like the slug "freelens"
Signed-off-by: Kingdon B <[email protected]> (cherry picked from commit e0d6e76)
1 parent 09f800b commit f227f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/blocks/flux_ui_galleries.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{ $one := slice "Capacitor" "/img/uis/capacitor-*.png" "cap" }}
22
{{ $two := slice "Flux Plugin for Headlamp" "/img/uis/flux-headlamp-plugin-*.png" "headlamp" }}
3-
{{ $three := slice "Freelens" "/img/uis/freelens-*.png" "freelens" }}
3+
{{ $three := slice "Freelens" "/img/uis/freelens-*.png" "slug-freelens" }}
44
{{ $four := slice "VS Code GitOps Tools" "/img/uis/vscode-*.png" "vscode" }}
55
{{ $five := slice "Weave GitOps" "/img/uis/wego-*.png" "wego" }}
66
{{ $data := slice $one $two $three $four $five }}

0 commit comments

Comments
 (0)