fix: cleanup component structure
This commit is contained in:
parent
2abae63f4b
commit
bf720b79ee
19 changed files with 899 additions and 250 deletions
|
|
@ -8,8 +8,7 @@ const posts = (await getCollection("blog")).sort(
|
|||
);
|
||||
---
|
||||
|
||||
<BaseLayout>
|
||||
<h1 class="mb-16">Blog</h1>
|
||||
<BaseLayout title="Blog" subtitle="Thoughts and Reflections">
|
||||
<section class="max-w-4xl mx-auto">
|
||||
<ul class="">
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue