diff --git a/src/components/AboutList.astro b/src/components/AboutList.astro index 31fc047..f38dc97 100644 --- a/src/components/AboutList.astro +++ b/src/components/AboutList.astro @@ -41,7 +41,9 @@ const { information } = Astro.props; )}
-

{item.date}

+

+ {item.date} +

{item.date_opt ? (

{item.date_opt}

) : null} diff --git a/src/components/ShowcaseProject.astro b/src/components/ShowcaseProject.astro index d4727a0..1a1788c 100644 --- a/src/components/ShowcaseProject.astro +++ b/src/components/ShowcaseProject.astro @@ -22,9 +22,11 @@ const { collection } = Astro.props; />
-

+

{ collection.data.collection ? ( @@ -39,7 +41,7 @@ const { collection } = Astro.props;

{ collection.data.highlight ? ( -
+

New

diff --git a/src/components/Slideshow.astro b/src/components/Slideshow.astro index c42fd49..f11a069 100644 --- a/src/components/Slideshow.astro +++ b/src/components/Slideshow.astro @@ -31,8 +31,8 @@ const { interval = 3000, images } = Astro.props; loading="eager" {...(index === 0 && { priority: true })} /> -
-

+

+

{image.data.title}