From 6491693099f1bf745fb09031440c97ff10053a1c Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 14 May 2023 00:14:42 +0200 Subject: [PATCH] style: typography of publish info and source --- src/components/post.astro | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/post.astro b/src/components/post.astro index f4ea1d5..9e06709 100644 --- a/src/components/post.astro +++ b/src/components/post.astro @@ -7,6 +7,7 @@ export interface Props { const article = Astro.props.article; const datePublished = article?.published && new Date(article.published).toDateString(); +article.author = "Ayo Ayco"; --- { @@ -27,7 +28,7 @@ const datePublished =