diff --git a/content/en/showcase/_index.md b/content/en/showcase/_index.md index e076e75..abcec7b 100644 --- a/content/en/showcase/_index.md +++ b/content/en/showcase/_index.md @@ -37,7 +37,7 @@ and other [CNCF technologies](https://www.cncf.io/projects/) in the past year {{% cards "customer_success_stories" %}} -
+
+
{{ range $card_info -}}
@@ -19,11 +20,11 @@
{{/* The blank line above ensures the following is processed as markdown */}} - {{ .title }} + {{ .title | safeHTML }}
{{/* The blank line above ensures the following is processed as markdown */}} -{{ .desc }} +{{ .desc | safeHTML }}