diff --git a/research/src/pages/[id].astro b/research/src/pages/[id].astro index d88a870..52b40db 100644 --- a/research/src/pages/[id].astro +++ b/research/src/pages/[id].astro @@ -102,12 +102,12 @@ const formattedDate = formatDate(created_at)
-
+
Written by:{' '} {article.data?.authors.map((author) => ( - + {author.username} ))}