Skip to content

Commit

Permalink
fix: page title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Mar 19, 2024
1 parent 28b35a4 commit a3dbd6e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pages/products/sgid/energy/wind.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ const page: IPageMetadata = {
};
---

<Layout title={page.title} subTitle={page.updateHistory[0]} category={page.category} actionUrl={page.application}>
<Layout
pageTitle={page.title}
subTitle={page.updateHistory[0]}
category={page.category}
actionUrl={page.application}
pageDescription={page.description}
>
<Metadata slot="metadata" {...page} />

<Fragment slot="summary">
Expand Down

0 comments on commit a3dbd6e

Please sign in to comment.