From 733bd673d61f67d6f14dbc6dc88bd1f6d4ab4753 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 24 Feb 2025 13:36:28 -0600 Subject: [PATCH] fix: Remove double slash --- layouts/shortcodes/influxdb3/home-sample-link.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/influxdb3/home-sample-link.html b/layouts/shortcodes/influxdb3/home-sample-link.html index 32977b266..dec324560 100644 --- a/layouts/shortcodes/influxdb3/home-sample-link.html +++ b/layouts/shortcodes/influxdb3/home-sample-link.html @@ -2,7 +2,7 @@ {{- $product := index $productPathData 2 -}} {{- $isDistributed := in (slice "cloud-dedicated" "cloud-serverless" "clustered") $product -}} {{- if $isDistributed -}} -Get started home sensor sample data +Get started home sensor sample data {{- else -}} -Home sensor sample data +Home sensor sample data {{- end -}}