From 30e185b0f70889d0c81777b8a16b5858869f3eff Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 13 May 2023 23:35:26 +0200 Subject: [PATCH] feat: display article source --- src/components/post.astro | 5 +++++ 1 file changed, 5 insertions(+) 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) && (