From 0805531506d41c2cf46dbabab9f4e708b737d1b6 Mon Sep 17 00:00:00 2001 From: Sarah Hughes Date: Wed, 4 Sep 2024 16:21:59 -0700 Subject: [PATCH] fix overview heading (#12675) --- layouts/page/product.html | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/layouts/page/product.html b/layouts/page/product.html index 35e58a8c28a0..43e55318b257 100644 --- a/layouts/page/product.html +++ b/layouts/page/product.html @@ -1,17 +1,5 @@ {{ define "hero" }} -
-
-
-
-
-
-
-

- {{ .Params.heading }} -

-
-
-
+ {{ partial "hero.html" (dict "title" .Params.heading) }} {{ end }} {{ define "main" }}