diff --git a/layouts/shortcodes/faq20.html b/layouts/shortcodes/faq20.html
index 5ebfe450b..139fb2f4c 100644
--- a/layouts/shortcodes/faq20.html
+++ b/layouts/shortcodes/faq20.html
@@ -1,6 +1,6 @@
{{ $faq20 := site.Data.faq20.qna }}
-
General
+General
{{ range where $faq20 ".type" "==" "General" }}
{{ $question := .q | markdownify }}
@@ -20,7 +20,7 @@ General
{{ end }}
-Best Practices
+Best Practices
{{ range where $faq20 ".type" "==" "Best Practices" }}
{{ $question := .q | markdownify }}
@@ -40,7 +40,7 @@ Best Practices
{{ end }}
-Features
+Features
{{ range where $faq20 ".type" "==" "Features" }}
{{ $question := .q | markdownify }}
@@ -60,7 +60,7 @@ Features
{{ end }}
-Kubernetes
+Kubernetes
{{ range where $faq20 ".type" "==" "Kubernetes" }}
{{ $question := .q | markdownify }}
@@ -80,7 +80,7 @@ Kubernetes
{{ end }}
-Community
+
{{ range where $faq20 ".type" "==" "Community" }}
{{ $question := .q | markdownify }}
@@ -100,7 +100,7 @@ Community
{{ end }}
-Website
+Website
{{ range where $faq20 ".type" "==" "Website" }}
{{ $question := .q | markdownify }}
@@ -120,7 +120,7 @@ Website
{{ end }}
-Integrations
+Integrations
Microsoft Azure