Skip to content

Commit

Permalink
Fix missing space in personas, replace placeholder meta desc (#13769)
Browse files Browse the repository at this point in the history
* fix missing space in rendering of personas

* fix placeholder meta desc (replaced with page header)
  • Loading branch information
shughes26 authored Jan 8, 2025
1 parent 96bce6c commit a60cb86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/solutions/_index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion layouts/page/solutions.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h5>{{ $item.title }}</h5>
</pulumi-chooser>
<div class="mb-2 lg:mb-8 order-first">
<h2>
<span class="inline-block">
<span>
{{ .Params.personas.title }}
</span>
<span class="rainbow-text inline-block">
Expand Down

0 comments on commit a60cb86

Please sign in to comment.