Adjustments

This commit is contained in:
2023-12-14 22:14:41 +01:00
parent ecb906e614
commit a72dd2124d
4 changed files with 80 additions and 20 deletions

View File

@@ -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} />
))}