We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f800b commit f227f30Copy full SHA for f227f30
layouts/shortcodes/blocks/flux_ui_galleries.html
@@ -1,6 +1,6 @@
1
{{ $one := slice "Capacitor" "/img/uis/capacitor-*.png" "cap" }}
2
{{ $two := slice "Flux Plugin for Headlamp" "/img/uis/flux-headlamp-plugin-*.png" "headlamp" }}
3
-{{ $three := slice "Freelens" "/img/uis/freelens-*.png" "freelens" }}
+{{ $three := slice "Freelens" "/img/uis/freelens-*.png" "slug-freelens" }}
4
{{ $four := slice "VS Code GitOps Tools" "/img/uis/vscode-*.png" "vscode" }}
5
{{ $five := slice "Weave GitOps" "/img/uis/wego-*.png" "wego" }}
6
{{ $data := slice $one $two $three $four $five }}
0 commit comments