diff --git a/src/components/Jumbotron.astro b/src/components/Jumbotron.astro index a95f0e8..e7e40f4 100644 --- a/src/components/Jumbotron.astro +++ b/src/components/Jumbotron.astro @@ -1,7 +1,7 @@ --- --- -
+
diff --git a/src/components/Post.astro b/src/components/Post.astro index 2a694c7..6c0f7d1 100644 --- a/src/components/Post.astro +++ b/src/components/Post.astro @@ -20,10 +20,9 @@ const cleanContent = await cozify(article.content ?? '', Astro.url.origin) -
{ article && article.url !== '/' && - <> +
{article.source && {article.source}} {article.title &&

{article.title}

} {(article.author || datePublished) && ( @@ -33,6 +32,5 @@ const cleanContent = await cozify(article.content ?? '', Astro.url.origin) )} - +
} -
diff --git a/src/components/SimpleAddressBar.astro b/src/components/SimpleAddressBar.astro index 769254a..6237bc1 100644 --- a/src/components/SimpleAddressBar.astro +++ b/src/components/SimpleAddressBar.astro @@ -25,15 +25,23 @@ const { url } = Astro.props; /> +
+ + -