diff --git a/src/components/Article.astro b/src/components/Article.astro index 99c3601..f09a0eb 100644 --- a/src/components/Article.astro +++ b/src/components/Article.astro @@ -28,56 +28,54 @@ const listFormatter = new Intl.ListFormat("en-GB", { updated={article.data.updated} tags={article.data.tags} > -
-

+ {article.data.title}{article.data.description} - {article.data.title}{article.data.description} -

-
-
- - { - datesMatch ? ( + +
+
+ + { + datesMatch ? ( +

+ +

+ ) : ( + <>

- ) : ( - <> -

- -

- -

- -

- - ) - } -
- { - isPost ? ( -
- -

{readingTime(article.body)}

-
- ) : null - } - { - article.data.extraAuthors ? ( -
- -

- {listFormatter.format(article.data.extraAuthors)} + +

+

-
- ) : null + + ) }
+ { + isPost ? ( +
+ +

{readingTime(article.body)}

+
+ ) : null + } + { + article.data.extraAuthors ? ( +
+ +

+ {listFormatter.format(article.data.extraAuthors)} +

+
+ ) : null + }
diff --git a/src/components/Carousel.astro b/src/components/Carousel.astro index 373339f..3430735 100644 --- a/src/components/Carousel.astro +++ b/src/components/Carousel.astro @@ -7,7 +7,6 @@ const { data } = Astro.props; ---
+