diff --git a/layouts/integrations/single.html b/layouts/integrations/single.html index 0a1a8de22a907..bd71fe1501a91 100644 --- a/layouts/integrations/single.html +++ b/layouts/integrations/single.html @@ -21,7 +21,8 @@

{{ .Params.integration_title | default .Title }}

{{ .Content }} - {{- if ($further_reading) -}} + {{/* "We don't want to do this on integration guides/faqs for now" */}} + {{- if and ($further_reading) (eq .Params.custom_kind "integration") -}}

Further Reading

{{- partial "whats-next/whats-next.html" . -}}