From b480203435444ad0df53f664e4973c80703f96ab Mon Sep 17 00:00:00 2001 From: hestonhoffman Date: Fri, 10 Oct 2025 14:49:14 -0700 Subject: [PATCH] (maint) Fix duplicated FR on int guides and faqs --- layouts/integrations/single.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" . -}}