updates
This commit is contained in:
@@ -28,7 +28,7 @@ const years = Object.keys(posts).sort((a, b) => parseInt(b) - parseInt(a));
|
||||
<PageLayout title={BLOG.TITLE} description={BLOG.DESCRIPTION}>
|
||||
<Container>
|
||||
<div class="space-y-10">
|
||||
<div class="animate font-semibold text-black dark:text-white">
|
||||
<div class="animate font-semibold text-black dark:text-white text-4xl font-serif">
|
||||
Blog
|
||||
</div>
|
||||
<div class="space-y-4">
|
||||
|
||||
Reference in New Issue
Block a user