Skip to content

Commit 8a58555

Browse files
authored
Merge pull request #25092 from tengqm/fix-shortcode
Use card mode for cncf-landscape shortcode
2 parents cc0d8b7 + 51ab191 commit 8a58555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/shortcodes/cncf-landscape.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
{{- end -}}
5959
<div id="frameHolder">
6060
{{ if ( .Get "category" ) }}
61-
<iframe frameborder="0" id="landscape" scrolling="no" src="https://landscape.cncf.io/category={{ .Get "category" }}&format=logo-mode&grouping=category&embed=yes" style="width: 1px; min-width: 100%"></iframe>
61+
<iframe frameborder="0" id="landscape" scrolling="no" src="https://landscape.cncf.io/category={{ .Get "category" }}&format=card-mode&grouping=category&embed=yes" style="width: 1px; min-width: 100%"></iframe>
6262
{{ else }}
63-
<iframe frameborder="0" id="landscape" scrolling="no" src="https://landscape.cncf.io/format=logo-mode;embed=yes" style="width: 1px; min-width: 100%" title="CNCF Landscape"></iframe>
63+
<iframe frameborder="0" id="landscape" scrolling="no" src="https://landscape.cncf.io/format=card-mode;embed=yes" style="width: 1px; min-width: 100%" title="CNCF Landscape"></iframe>
6464
{{ end }}
6565
<script src="https://landscape.cncf.io/iframeResizer.js"></script>
6666
</div>

0 commit comments

Comments
 (0)