diff --git a/src/components/SampleGallery.astro b/src/components/SampleGallery.astro index 9377dee..776c1ae 100644 --- a/src/components/SampleGallery.astro +++ b/src/components/SampleGallery.astro @@ -49,19 +49,23 @@ const { samples } = Astro.props; )}
-

{sample.data.title}

+

{sample.data.title}

+

{sample.data.shortDescription}

-
- {sample.data.authors.map((author) => ( - {author.name} - ))} +
+
+ {sample.data.authors.map((author) => ( + {author.name} + ))} +
+ {new Date(sample.data.updateDateTime).toLocaleDateString('en-GB', { year: 'numeric', month: 'long', day: 'numeric' })}