Adjustments
This commit is contained in:
@@ -28,7 +28,7 @@ const { post } = Astro.props as Props;
|
||||
year: "numeric"
|
||||
}).format(post.data.created)}</P>
|
||||
<P>{post.data.description}</P>
|
||||
<div>
|
||||
<div class="mt-1">
|
||||
{post.data.tags.map((tag) => (
|
||||
<TagComponent tag={tag} />
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user