diff --git a/src/components/post.astro b/src/components/post.astro index c200702..f4ea1d5 100644 --- a/src/components/post.astro +++ b/src/components/post.astro @@ -12,6 +12,7 @@ const datePublished = { article && (
+ {article.source && {article.source}} {article.title &&

{article.title}

} {(article.author || datePublished) && (