From a3662811c012f2f409d903be7115cc36e42cc709 Mon Sep 17 00:00:00 2001 From: Sarah Hughes Date: Tue, 7 Jan 2025 13:12:52 -0800 Subject: [PATCH 1/2] fix missing space in rendering of personas --- layouts/page/solutions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/page/solutions.html b/layouts/page/solutions.html index 8c7afa7e3b21..1b779ae5449b 100644 --- a/layouts/page/solutions.html +++ b/layouts/page/solutions.html @@ -159,7 +159,7 @@
{{ $item.title }}

- + {{ .Params.personas.title }} From cf6454c97d7c43688ad92613d75dec952c3caa07 Mon Sep 17 00:00:00 2001 From: Sarah Hughes Date: Tue, 7 Jan 2025 13:13:28 -0800 Subject: [PATCH 2/2] fix placeholder meta desc (replaced with page header) --- content/solutions/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/solutions/_index.md b/content/solutions/_index.md index 1ce8fcc097bc..c01d50e65eea 100644 --- a/content/solutions/_index.md +++ b/content/solutions/_index.md @@ -1,6 +1,6 @@ --- title: Solutions -meta_desc: This is a description about the solutions page and it does a good job of describing what this page is. +meta_desc: Solutions to deliver and manage modern cloud applications. type: page layout: solutions