Skip to content

Commit

Permalink
update dataset dates
Browse files Browse the repository at this point in the history
  • Loading branch information
gregbunce committed Oct 17, 2024
1 parent df056c5 commit aa380e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/pages/products/sgid/recreation/trails-pathways.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,14 @@ export const metadata: IMetadata = {
const page: IPageMetadata = {
...metadata,
updateHistory: ['August 13, 2024', 'July 29, 2024', 'July 19, 2024', 'May 31, 2024', `October 6, 2023`],
updateHistory: [
'October 10, 2024',
'August 13, 2024',
'July 29, 2024',
'July 19, 2024',
'May 31, 2024',
`October 6, 2023`,
],
hub: {
...dataPages[metadata.pageTitle],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const metadata: IMetadata = {
const page: IPageMetadata = {
...metadata,
updateHistory: [
'<a href="/blog/2024-10-16-utah-sgid-statewide-roads-data-layer-updates/">October 16, 2024</a>',
'<a href="/blog/2024-09-02-utah-sgid-statewide-roads-data-layer-updates/">September 02, 2024</a>',
'<a href="/blog/2024-08-09-utah-sgid-statewide-roads-data-layer-updates/">August 09, 2024</a>',
'<a href="/blog/2024-07-19-utah-sgid-statewide-roads-data-layer-updates/">July 19, 2024</a>',
Expand Down

0 comments on commit aa380e5

Please sign in to comment.