Skip to content

Commit

Permalink
chore: review edits
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Mar 19, 2024
1 parent e91efe8 commit cd0f8d4
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Section from '@components/page/Section.astro';
import { dataPages } from '@data/downloadMetadata';
export const metadata: IMetadata = {
title: 'Utah UTA Commuter Rail Stations', // The ArcGIS Online title Goes Here (Utah blah blah)
title: 'Utah UTA Commuter Rail Stations',
description: `Point locations of Utah Transit Authority (UTA) commuter rail (FrontRunner) stations.`,
stewards: ['Utah Transit Authority (UTA)', 'UGRC'],
type: ProductType.POINT,
Expand All @@ -33,7 +33,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]}
pageDescription={page.description}
category={page.category}
actionUrl={page.application}
>
<Metadata slot="metadata" {...page} />

<Fragment slot="summary">
Expand Down

0 comments on commit cd0f8d4

Please sign in to comment.