Refactor Footer and Header components, update layout styles, and adjust Analytics placement
This commit is contained in:
@@ -20,7 +20,7 @@ const { page } = Astro.props;
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<section>
|
||||
<section style={{ "margin-top": "3rem" }}>
|
||||
{page.data.map((post) => <PostSummary post={post} />)}
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user