diff --git a/src/components/article.astro b/src/components/article.astro index a0c8315..05d31db 100644 --- a/src/components/article.astro +++ b/src/components/article.astro @@ -10,7 +10,7 @@ export interface Props { { article ? ( -

{article.title}

+

{article.title}

by {article.author}

) : ''