From 1c24ed07f4cc13948fbf047686c9db9a28baff4c Mon Sep 17 00:00:00 2001 From: Sarah Hughes Date: Tue, 1 Oct 2024 16:19:49 -0700 Subject: [PATCH] wrap text to avoid platypus overlap on docs banner --- layouts/partials/docs/special-pages/docs-home.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/partials/docs/special-pages/docs-home.html b/layouts/partials/docs/special-pages/docs-home.html index 84d4a527e079..885ba6648e48 100644 --- a/layouts/partials/docs/special-pages/docs-home.html +++ b/layouts/partials/docs/special-pages/docs-home.html @@ -6,7 +6,9 @@
{{ $h1 := split .Params.h1 " " }}

{{ index $h1 0 }} {{ index $h1 1 }} docs

- {{ .Params.description | safeHTML }} +
+ {{ .Params.description | safeHTML }} +